SMART datagrid v.1 > Classes > GridBase
It will be fired when Location of Cell which has input focus is changed.
onCurrentChanging event will be fired just before the change.
grdMain.onCurrentChanged = function (grid, newIndex) {
$('#currRow').text(newIndex.rowIndex);
#('#currCol').text(newIndex.column.name());
};