The Xceed grid looks quite impressive, but I don't want to commit development time to a component that will eventually require a talk with the purchasing department. :) Express looks good, but if the dev time gets committed to it, then it would be with the Pro version.
What I really need is verification that the MS WPF datagrid will handle a row edit event automatically and forward the dirty row to a corresponding tableadapter that will, in turn, update a SQL table on the backend. If the framework will not do that then I need to know what best practices are involved to forward changed rows to the corresponding tableadapter.
Main Topics
Browse All Topics





by: vbturboPosted on 2008-12-23 at 12:04:07ID: 23236194
Have you had a look at the xceed grid
Intro.html
en-us/libr ary/aa4802 26.aspx
download the express edtion wich is free
http://xceed.com/Grid_WPF_
its very well documented and implements almost every aspect of databinding
by code as your familiar with
also the tool expression blend (graphical design of the GUI) supports/build the
dynamic databinding into the xaml code.
perhaps this might interrests you also
http://msdn.microsoft.com/
vbturbo