Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
How to deselect a already selected row
posted

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.