how can I highlight a row in datagrid programmatically??

  • Thread starter Thread starter Jason
  • Start date Start date
Do you need to highlight the whole row or a particular cell within the row?
 
Use the Select method overload on the DataGrid then to highlight the row.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

Jason said:
the whole row

Dmitriy Lapshin said:
Do you need to highlight the whole row or a particular cell within the row?

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

Jason said:
thx all
for example,
I want to highlight the end of the row every time when the form load
 
Back
Top