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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -