I’m attempting to use jqgrid. Unfortunately, I can’t compute a resultset size because I’m using a very large database and computing the size of the resultsets I’m providing is very slow. I can get data reasonably quickly, but getting a count of the resultset for my queries just isn’t possible.
Is there a way to get around this? Perhaps by not using a pager, but instead using some kind of scrollbar? Is there any kind of standard technique that’s being used by people out there to get around this? I looked at the virtual scrollbar and autoloading data while scrolling examples, but they both seem to require a total.
I really want to use jqGrid. I actually already have an implementation in one of my code branches that uses it, but its computing resultset sizes using a much smaller database. Does anyone have any suggestions on this?
The answer to this question was provided to me by OlegK. You can see his answer here:
http://www.trirand.com/blog/?page_id=393/help/can-you-use-jqgrid-if-you-cannot-provide-a-resultset-size/