Can't able to select all row by Ctrl+A ,there are some rows which are missing from selection when i press Ctrl+A in datagrid.
Any suggestion
Comments: ** Comment from web user: BoucherS **
Any suggestion
Comments: ** Comment from web user: BoucherS **
Hi,
Isn't what you are doing ? From the code snippet you posted at the beginning of this post, I believed a DataGrid deriving from DataGridControl, a DataGridRow deriving from DataRow and a DataGridTextColumn deriving from Column where defined.
DataGridControl, DataRow and Column are the Core classes.
If you instanciate a DataGridControl, without creating your own classes Row, Colum, DataGrid, you should be able to select all rows. So if you create your own DataGrid, Row and Column, make sure you don't bypass this functionality.
Can you send complete sample if you still see this problem after your tests ?