Hi! I need to set total pages and record count in creation grid with “datatype: 'local'” for view pages info in pager after switch to “datatype:'json'”.
Set data by “datatype: 'jsonstring'” and “data:{'page':1,'total':2376,'records':'23754','rows':[10 rows]}” shows pages/record count from length of rows.
It is work if I use direct access to grid propertis, through “grid[0].p”: