TIWCGJQGridOptions.RowTotal Property

When set this parameter can instruct the server to load the total number of rows needed to work on. Note that rowNum determines the total records displayed in the grid, while rowTotal the total rows on which we operate. When this parameter is set we send a additional parameter to server named totalrows. You can check for this parameter and if it is available you can replace the rows parameter with this one. Mostly this parameter can be combined wit loadonce parameter set to true.

Namespace: IWCGJQGrid
published
 property RowTotal: Integer index 55 read GetIntegerValue write SetIntegerValue stored IsIntegerStored;

Property Value

Type: Integer