hi,guys.
I use jquery load method to load a jsp page to a
,every
is a tab page.So there will be 2
same ID element to render to jqgrid,but this 2 same ID element is under different
.I saw the source code of jqgrid,the selector in jqgrid won't under any context ,just like $(this).empty();So,I couldn't use 2 same ID element to render to jqgrid under different context.
So, i don't know whether this feature is possible or reasonable, but this is the real problem i met.
jack