Hi Martin,
I face problem when using JqGrid with DB2. Datas which are loaded at the first time stays and when I click on the next button, it does not load the next set of data and becomes stagnant. My wild guess is that this is because DB2 does not support LIMIT keyword in the query and hence I tried to build a subQuery to perform the same function. May I know how did you overcome this problem.
Thanks in Advance.