My problem is , I have a datatable which displays Order details.
If i click on an order, a new tab will get opened and in that tab a jqgrid will be displayed with the detailed order information. Here i am using only one jqgrid, and dynamically loading data into jqgrid using "url" option.
And if I open another tab for another order, the jqgrid is not displaying. ie.Simultaneously in two tabs the same grid is not working.
Please suggest me, how can i achieve this..