Selecting a Row in a DataGrid
Hello!
I`ve a datagrid on a windows forms.
Now i want to test online, which rows are selected.
One possibility is to use DataGrid.Isselected(index) in the idle time. But there must be a better way.
What i need is an event, like : OnselectingRow(), which is
fired everytime, the user selects a new row.
tnx for your helps.
AdministratorPosted Apr 7, 2003, 12:21 AM
AdministratorPosted Apr 4, 2003, 10:23 AM
AdministratorPosted Apr 3, 2003, 11:40 PM
AdministratorPosted Apr 3, 2003, 6:44 AM
AdministratorPosted Mar 26, 2003, 1:13 PM