Blog Stats
  • Posts - 1
  • Articles - 0
  • Comments - 0
  • Trackbacks - 0

 

October 2009 Entries

WPF 2 way data binding

As I was learning WPF and the new charting controls, I was impressed with how easy and powerful 2-way data binding is with WPF. In this example, I created a DataGrid and a Chart and bound them to the same DataTable, via the DefaultView property. The result is that you can edit the DataGrid and see an instant change in the Chart. Even more impressive is the rubber band effect of the Chart control. When the Chart is updating, you see the line slowly more to the new location. Real cool! Here is the...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © BillSontag