Why the php grid not working inside a tab of ui-jquery.js
its working fine when tab is not ther but when i am using the tab its not workin at all
2 Answers
Hello,
Please send screenshots and issue and code.
You can email me the files for review.
I'll check and update you.
Hello KABUL PATEL,
if I do understand correct, you are trying to use the jquery TAB extension ?
I got this to work by giving each grid a different render id:
Tab1:
$out_master = $grid->render("list10");
Tab2:
$out_master = $grid->render("list11");
and so on. It did not work when I used the same render ID for grids in different tabs.
best regards
Andreas
Your Answer