Scenario:
– Server always return all data (can't change it)
– jqGrid is extremely slow if I give all data to it at once (e.g. more than 5,000 rows in TreeGrid mode)
So I'd like to save the data in client memory, and only give jqGrid data it requests, e.g. children of a tree node.
Due to license reasons I'm stuck with jqGrid 4.4.4, is this scenario supported?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top