I need a instruction of the style: CurrentRow := LiveGrid.SelectedRow;
That returns the current selected Row.
The event handlers of the LiveGrid, include normally the current row as ARow. But I need query the LiveGrid from out of these event handlers.
Thanks.