Get the current cursor row.
Future<int> cursorRow() async { final sel = await VolvoxGridService.GetSelection(_getSelectionRequest); return sel.activeRow; }