Hi Hristo Hristov,
Thank you for the reply. I have a WebService with takes pagenum and pagesize as parameters. How do I pass these parameters to WebService. I am not asking about the $.ajax’s data property. I am finding it difficult to understand how jqxGrid does this. Will passing these parameters should be taken care by me or will jqxGrid takes care of that.
I am following the below tutorial:
https://www.jqwidgets.com/jquery-widgets-documentation/documentation/asp.net-integration/asp.net-grid-paging.htm
I know this is not the post for loading data using WebService, but it is for server side paging. I am able to load data through WebService. I need to implement Server Side paging. The total record count is 25000 and above. I would like to display 50 rows per page. Is there a tutorial where somebody have achieved it.
What I am not able to understand in the above blog is how to pass pagenum and pagesize parameters. My WebService throws error saying that pagesize parameter is missing.
Thanks in Advance 