--
This posting is provided "AS IS" with no warranties, and confers no rights.
Quote:> How to locate the selected row of the datagrid to a specifc row in the
> datagrid
int currentRow = DataGrid.CurrentCell.RowNumber;
--
Windows Forms Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Quote:> How to locate the selected row of the datagrid to a specifc row in the
> datagrid
1. Getting the value of a column/row when selecting a row in Datagrid
How can i retrive the value of that cell that it's row is currently
selected in a Datagrid? (My datagrid is been feed by a DataSet)
2. Only one user is affected via RDP connection
3. Clicked row instead of Selected row of DataGrid on DoubleClick event
4. check the value in an input box
5. Selecting a specific column in the selected row of a DataGrid
6. I've MOVED!
7. DataGrid full row select and Doubclick select
8. standby mode
9. Select a DataGrid row w/out a select column
10. How to avoid user from entering a new row into the datagrid[which already contains rows]
11. DataGrid row error (red dot) causes weird row shifts
12. How can i save the changed row when cursor leaved the row in datagrid?
13. how to change DataGrid Row Height of one row