TIWCGJQGridOptions.RowNum Property

Sets how many records we want to view in the grid. This parameter is passed to the url for use by the server routine retrieving the data. Note that if you set this parameter to 10 (i.e. retrieve 10 records) and your server return 15 then only 10 records will be loaded

Namespace: IWCGJQGrid
published
 property RowNum: Integer index 54 read GetIntegerValue write SetIntegerValue stored IsIntegerStored;

Property Value

Type: Integer