Datagrid Rows selection
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hello friends, :zzz: I have selected mutple rows of datagrid by highlighting them into different color, progrmatically. But when i click anywhere on datagrid then all the highlighted rows gets unhighlighted, which i don't like.......... my code to select rows dataGrid1.Select(i); dataGrid1.SelectionBackColor=System.Drawing.Color.RoyalBlue; I have to delete any single row from datagrid without changing the color of other rows. Can, anyone suggest me the appropriate solution for this.. Thanx in advance. Nisar Inamdar.