I'm using jqGrid in my project.I'm displaying over 2000 rows of data with 15 rows on each page of the jqGrid. I encountered the problem while selecting all the elements or deselecting all the elements or when trying to navigate to last page.
The problem is that in Firefox im getting unresponsive script warning dialog when trying to do any of the above mentioned operations.
Code works fine when im dealing with couple of hundereds of lines.When i go above 1000 the problems kicks in.
Is there any way to avoid this? or any workaround? Can i put the loading dialog in the front when the operations is carried out in the back just like we do in mobile,something on this lines.