Hello , i have this ASP Jquery grid at http://tourscript.com/jqueryasp/default2.asp In my last question i fixed the pager add to the grid like in tourscript.com/jqueryasp/default.asp . My problem now is in no pager version if you ad a new row you could see it directly there in the grid no manual page refresh needed in the pager version of the grid when i add a row the grid doesn't refresh to show the correct number or if i navigate thru pages i won't see the new inserted row .. only if i refresh the browser .. Can anybody see the problem there or give me a hint please?
A:
Please write some code to explain the issue. I can't tell at all what your trying to do/say w/o code....
nicholasklick
2010-07-22 13:40:49
Ok .. so when you update a row the result are shown on the fly no page refresh right?When you add a record you won't see that in the list without page refresh.in the version with no pager you see the ADD on the fly instead so most probably is a problem of pager.The pager function :$(".tablesorter").paginate({ limit: 3, content: 'TBODY TR.dataline' });Let me know if i should offer more details thanks
Teodor
2010-07-22 14:02:57
i suppose the paginate plugin enter in conflict with the pagesorter plugin and that's why i have this problem
Teodor
2010-07-22 14:10:00