I use dhtmlxTabbar and I set 3 tabs
on every tab i want to use 1 grid
|
|
tabbar.loadXML(“tabs7a.xml”);
tabs7a.xml’s content is
<?xml version="1.0"?>
SCBR 1
SCBR 2
SCBR 3
on tab1 the grid can be show, but on other tab grid is not work!
I use dhtmlxTabbar and I set 3 tabs
on every tab i want to use 1 grid
|
|
Which version of dhtmlxGrid do you use ? ( version lesser than 1-4 can cause visual distortion when loaded in hidden container )
Also please be sure that each loaded page has unique ID for grid and for grid container ( because page loaded by AJAX they mixed inside same page, and if IDs not unique - conflict may occur )