I'm using the WPF toolkit datagrid.
How can I get the values of the cells of the selected rows?
Thanks
|
|
I'm using the WPF toolkit datagrid. How can I get the values of the cells of the selected rows? Thanks
|
||
|
|
|
|
In WPF rows represent objects in a list and columns are object's properties. It depends on what DataGrid.ItemsSource is.If your ItemSource is an array of BindedClass you could get selected object by:
|
|||
|