SMART datagrid v.1 > Classes > GridBase
The maximum number of data rows which can be added to grid Row Model.
If the default value is 0, it will not limit. If use rowFilter, you can specify the rows which can be added in more various ways.
Defaults to 0.
$('#btnCount').click(function () {
grid.setMaxRowCount($('#count').val());
});