Hi
is it possible to deselct a row in a grid?
In my case I have two grids on an admin form. When I click a row in grid1 the second grid (grid2) gets some data to show. Now I can choose some data in grid2.
When I now select another data entry in grid1 the second gris get some new data entries. The problem is that the second grid remembers his last selected Row.
Is there a possibility that I can set the lastSelectedRow property for the second grid to "-1" (no matter if client- or server side)
thanks and kind regards
Chris