I need to deselect a row and select another row from code behind.
I am trying to do it in CellSelectionChanged event of the grid.
I have tried gvLOBList.Behaviors.Selection.SelectedRows.Remove(gvLOBList.Rows(2))
but this seems to be not working.
Any pointers in this regard would be very helpful.
Hi,
Let us know if you still need assistance with this.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
This seems like a proper way to remove the selection from a row. Would you paste the markup of you grid, to take a look at your configuration?