SMART datagrid v.1 > Classes > DataSet
Return application data of each data row which is specified by setRowTag.
Please refer to data set or Expression of grid and tree about tag specified in each data row.
var row = grid.focusedDataIndex();
if (ds.getRowTag(row) === undefined) {
ds.setRowTag(row, '1000');
}