Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
How to implement remote paging for iggrid with custom API?
posted

I'm trying to integrate iggrid from IgniteUI(TypeScript) to my IIS based application. I have custom API and I want to implement remote paging. My API has different names of parameters and returns items in content and total number in headers. I also need to add some headers to request.

Can I somehow do request by myself and just feed all necessary data to iggrid or do I really need to use iggrid to ask for data directly?

Parents Reply Children
No Data