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