Hi All,
1. How to change the DataGrid columns text?
2. And how to get the data when double click the mouse on a (x) row ?
Thanks in advance
Printable View
Hi All,
1. How to change the DataGrid columns text?
2. And how to get the data when double click the mouse on a (x) row ?
Thanks in advance
Look at tablestyles and DataGridColumnStyle for altering the properties(including text) of a datagrid column.
Thanks cim3,
I am working on it...