I haven't found any documentation on scalability of the jqGrid. I ran some tests and it seems that 5000 + records on the grid make it unusable because of the very very slow response time. From what I saw the maximum number of rows is somewhere between 500 and 1000 rows, to keep the grid usable.
Does anyone have similar experience? Is this expected? Is there any optimization I can do to improve performance? I'm currently using ajax to load the grid from a Sql Server database. I would like to implement subgrids as well. We're looking to be able to load at least around 10k rows at a time. Paging is not an option because we want the user to be able to compare data using grouping and summary rows.
Thanks,
Ben
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top