I have some buttons etc. on my page which should only be active if a row
is selected. My first thought was to have them disabled when the page
loads, and then handle the grid's rowSelected event to enable them.
However, there are some situations where grid rows will be deselected.
For instance when I update the grid's datasource and call
grid.refreshContent(), or the situation I cannot find any way to handle -
the user simply presses the excape key. Does the grid have any way to
detect when a row is deselected?