Hi all,
I am using a DataGridView1 object to display a group of records from my SQL Server 2000 database.
My Question is how to force my datagrid to highlight the complete row instead of high lighting each cell individually
Thanks alot!
Mahmoud.
Hi all,
I am using a DataGridView1 object to display a group of records from my SQL Server 2000 database.
My Question is how to force my datagrid to highlight the complete row instead of high lighting each cell individually
Thanks alot!
Mahmoud.
How to Highlight a complete row in VSNET2005
John Schleicher
Hi!
SelectionMode = FullRowSelect
Alexan