Hello,
Is it possible to maintain a default page size of 10 irrespective of the number of records that are passed as the "rowdata" object in the datagrid. The reloado code for the same is as follows:
http://code.reloado.com/akegic3/edit#html,liveAs seen in the above reloado code, there are 14 records that are passed as row data for the datagrid. I also observed that the number of pages shown is two which is correct, however all the records are displayed in the same page. If I fiddle around with the page size settings the number of pages also changes as expected. However I would like that only 10 records are displayed no matter how many records are present in the row data object.
I know it is possible to achieve the same using the url property of the datagrid and also by passing the "total" in the json object while using this url property.
But is it possible with a hardcoded json object as in the reloado code?

?
Regards,
Darrel.