Full Row Select in .Net Datagrid [SOLVED]
Can anyone help me please
In the VB6 Datagrids you could set a property where you where able to select the full row when clicking in a cell in the grid.
Does anyone know how to enable this on a .Net Datagrid ?
I can select the full row when clicking on the Row indicator on the left, but the user would not know to do it when he/she see's the grid.
Please help
---I Solved this one myself
use the Following code :
Code:
DataGrid.Select(DataGrid.CurrentCell.RowNumber)