Table of Contents
getRecordCount Method 

Returns the total number of records.

Syntax
JavaScript
 Grid.getRecordCount()
Remarks

When the Grid is running in Server or Callback mode, The total number of records is different than the total number of items returned by getItemCount. When paging is enabled, getItemCount returns the total number of items in the current page, while getRecordCount returns the total number of records.

When the Grid is running in Client mode, this function returns the same value as getItemCount.

See Also