need example for ig-grid with angular server side rendering and paging
Hello,
You can find more information on how to handle remote paging here - https://www.igniteui.com/help/handling-remote-features-manually#paging
dataSource: "https://cors-anywhere.herokuapp.com/http://www.igniteui.com/api/products"
instead of this i have to use angular service.How can i pass page size and page number to my .net c# class
In the future I recommend posting questions on the igGrid in the Ignite UI for JavaScript forum and tagging the post with both "igGrid" as well as "Angular" to help avoid confusion.
Hello Sanaka,
I've prepared a sample demonstrating remote paging and ig-grid.
Please review it and let me know if you have further questions.
0451.angular_paging.zip
i am asking for ig-grid not igxGrid.I need ig-grid with angular server side paging