Home › Forums › Guriddo jqGrid JS › Discussion › grid loading slowly
Hi i have two tabs where first tab is my default tab. when i click 2nd tab i load an external jsp page through a script
Hello,
Not sure what you try, but if you use standlone grid without to load in tabs – do you have this problem.
Also I do not know the code, but I thinkl you are in infinite recusrion with this script.
Regards
Tony
hi! yes when i load the grid in standalone page it works perfectly in all browsers and loads fast.
but when i use the grid to load in tabs it takes longer time to load and is not working in firefox and chrome.
i use the following code to load the workorder.jsp file which has the grid.
$(document).ready(addClickHandlers);
function addClickHandlers() {
$(”a.remoteView”, this).click(function() {
$(”#displayDIV”).load(”workorder.jsp”, addClickHandlers);
});
}
when i click the link tag with class remoteView it loads the grid page in the div container with id “displayDIV”
is there any way to solve this problem. please help me.
Regards,
Karthick
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS