anyone know how to deactivate a grid so that no row is selected?
EDIT:Or at least how move the activated row? i have tried gridname.activerow =datarowname but it only moves the little black arrow in the corner not the color of the row. any ideas would be great!
Hello.
I could not completely understand what you were trying to do.
If you want that there will not be any rows selected try this:
grid.ActiveRow.Selected = false; grid.ActiveRow = null;