I am looking into using teh ASP.NET component for jqGrid, but I need to be able to load data (initial and then paging) dynamically via ajax. I have a web service method that will return a block of JSON formatted data when provided page number/size. Now I need to figure out how to use the asp.net control to consume the data. All examples I've seen are for either server-side data binding or for declarative binding, neither suite the purpose.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top