How to Highlight a complete row in VSNET2005

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.




Answer this question

How to Highlight a complete row in VSNET2005

  • John Schleicher

    Hi!

    SelectionMode = FullRowSelect



  • Alexan

    Thanks Alot!

  • How to Highlight a complete row in VSNET2005