Hello all today , i having trouble with jqGrid to represent large amount of data;
i am parsing a lot of e-mails and attachments into database and display it on jqGrid . Everything working fine , until today , I encounter large attachments of doc/ppt files , after parsing them , jqGrid only shows up that new record , ommiting all others. for example , i have 25 rows to show each page. jqgrid only shows last row , which is extracted from large .doc attachment, ignoring all others. When i looked into FIrebug json response , The response contains ALL data (all 25 rows) replied from web2py server. But when i checked total size it is 629 KB (response size) so then i try to delete that row from the database , which is the biggest one taking about 350 KB. and all other rows showing fine. It reached to my conclusions that it is not Web2py limitation but seems jqGrid, or java script problem displaying large amount of data? is javascript array and objects have limitations ?