Microsoft Dynamics CRM 2013 OData
Attachment: 20140715_14_48_29F12_e41b474a.zip
Hi Michele,
Sorry for
the inconvenience caused. Please find the response.
|
breaking the paging functionalities |
To avoid
this issue . you can manually update pager count based on your retrieved
$inlinecount. Please find the API to
update pager.
[script] gridObject.getPager().ejPager("model.totalRecordsCount", "totalRecordsCount");
or else
if
the above API is not helpful, you can use offline property in DataManager to avoid this issue which
retrieve data from server at one time and update pager based on records count . Please refer below url link.
http://js.syncfusion.com/demos/#!/azure/grid/DataBinding/Loadatonce
|
Regards,
Yogesh R
- please be aware that getPager method for ejGrid is new in 12.2, while in 12.1 you should use getGridPager instead
- the ejPager("model.totalRecordsCount", "totalRecordsCount") instruction should be executed AFTER the grid has finished loading data: I tried to call it just after ejGrid constructor, but at runtime the pager gets updated while the grid is still loading, and when records are displayed in the grid the pager get reset to default values losing the totalcount info
Hi Michele Mazzucco,
We have considered to create API class for ejPager. This will be available in our any of our upcoming releases.
Thanks with Regards,
J.Mohammed Farook
We have published the “API Reference for ejPager” documentation in online and please find the document in following link. http://help.syncfusion.com/js/api/ejpager
Please let us know if you have concerns.
Regards,
Balaji Marimuthu
Thanks for the update. Please get back to us if you need any further assistance.
Regards,
Balaji Marimuthu
- 8 Replies
- 4 Participants
-
MM Michele Mazzucco
- Jul 14, 2014 04:08 PM UTC
- Jan 5, 2016 05:29 AM UTC