Hi,
I have stored proc returning records with server side paging i.e it accepts page number and returns the resultset for that particular page number.
So far I have used it igGrid with client side paging.
How to configure igGrid to enable server side paging ???
Hello,
For more information regarding remote paging please read the help documentation:
http://help.infragistics.com/NetAdvantage/jQuery/2012.2/CLR4.0?page=igGrid_Paging.html
You may find the forum thread below as helpful too (the property names and values)
http://es.infragistics.com/community/forums/p/74552/376978.aspx
Hope this helps.
I don't see helper methods in MVC wrapper as mentioned in documentation.
I cann't make it work with MVC wrapper.
Hello sanjaysutar,
Please take a look at the MVC helper members.
http://help.infragistics.com/NetAdvantage/jQuery/2012.2/CLR4.0?page=Infragistics.Web.Mvc~Infragistics.Web.Mvc.GridPaging_members.html
The wrapper's properties are TotalRecordsCount, PageSize, ...
But since you are using the MVC helper, the paging is remote by default and the grid automatically generates the proper request parameters in the following way:
http://<server>/grid/PagingGetData?page=2&pageSize=25