I am building an ASP.Net MVC 2 application using jqGrid 3.8.2 to present some data I have stored in a DB. On my page I also have a Google map with a tiled overlay. I have noticed a significant worse performance in loading times of the map and the tile overlay in the application than what I have in other applications that does not use jqGrid. It would be natural with a slow-down if both jqgrid and the map were requesting data at the same time, but when I am zooming/panning the map there are no server requests run by the grid.
After doing some debugging in my code (adding/removing functionality bit by bit) I boiled it down to this: If I configure my jqgrid to use “datatype : local”, it brings the performance back in the map!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top