SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.makeRowVisible  method

If the row specified by parameter rowIndex is beyond the range of grid screen, it will vertically scroll so as to display the row. 

function makeRowVisible (rowIndex: Number);
Returns
Void
Parameters
rowIndex - Number.
Code -1
    $('#rowVisible').click(function () {
        grid.makeColumnVisible(200);
    });
See Also
makeCellVisible
makeColumnVisible