I have a grid panel with an actioncolumn.
There is an icon in the actioncolumn, and its click handler works fine.
But when I click the icon, in the click handler I want to access the selected row, but it seems no row is selected.
Is this expected? Do I need to manually set the selected row when an actioncolumn icon is clicked?