I don\'t want to hit the server and bring back every row when I am paging through the records by using the pager. I read that if I set the datatype = local in the complete
This worked for me. I was having an issue with paging and sorting not working. Probably because of the .d and __type items that were being sent back in the JSON object in .net. However, with the extra configurations in this example. This worked !
I was going nuts. This is the way to configure the grid if you are using .Net as your webservice. It's configured to parse out and correctly set the data elements from the JSON object into the correct locations needed in the Grid to allow for the paging and sorting to work.
I had to comment, because I'm sure there are a few people out there who would like to use this Grid but are using .Net as their webservice.