Hello.
I am using remote paging in my iggrid, but I cannot get the paging to work.
I have about 700 rows in my backend data but I am querying them and displaying them in the iggrid 10 rows at a time. My problem is that it would display the 10 items but I dont have a way to move to the next page to see the next 10 items and so on because i can only see page 1 and the button/dropdown for pages do not have page 2,3,4 etc.
Here's the snippet I'm using:
features.Paging().PageSize(10).Type(OpType.Remote).PageSizeUrlKey("pageSize").PageIndexUrlKey("pageIndex").TotalRecordsCount(100);
Hi Martin i see that in Infragistics.web.aspnetcore the customtotalrecordscount variable cannot be set from the transformdatasource function.
How do i implement the same in .net core?
I'd like to see an example of how to implement remote paging without the IG wrappers. Is it too complicated ?
thanks.
Bob
Hi Jessica,
Attached you can find a complete example.
Best regards,Martin PavlovInfragistics, Inc.
Can you give me a complete working example? I do not see how CustomTotalRecordsCount is mapped to the paging of the grid.
How do I use this in my view?