Populate DataTable with Datagrid data in WPF -
i want store data of datagrid in datatable. how can populate datatable data?
need way access data in row , column format rather item format. so, solution same welcomed , needed asap.
thanks.
to second question, think can.
try this
dataview myview = new dataview( mydatatable ); icollectionview cv = collectionviewsource.getdefaultview(myview);
hopefully helpful
rachel
Comments
Post a Comment