hello,
I have an igrid and normally I have it so that you can select one entire row at a time.
I would like to know how can I deselect the rows when clicking on igrid blank space.
I normally have something like on DoubleClick
iGridUser.PerformAction(iGActions.DeselectAllRows)
but I am looking for a single Click