I have a jqGrid with the scroll=”1″ option set. Sometimes when I scroll, the grid does multiple GET requests to fetch several pages at once. Only after the last request, does my gridComplete-callback get called. The problem is that I need to access the “userData”-property after every request, which is included by the server in every response. Is there a way to access the “userData”-property after every request? If not, I think this is a weakness in jqGrid.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top