Need example of tabbed grids.
I'm trying to present three grids on separate tabs. I've tried to adapt the tabs used in the mock Internet Options panel, replacing the following code:
var page1 = [group1, label1, label2, label3, input1, button1, button2, button3,
group2, label4, label5, button4, button5, button6,
group3, label6, label7, label8, input2, button7,
button8, button9, button10, button11];
with:
var page1 = [myGrid]
The grid displays, but the scrollbars are broken. Can someone please detail 'best-practice' for Grids in Tabs.
Many thanks,
Callum.
var page1 = [group1, label1, label2, label3, input1, button1, button2, button3,
group2, label4, label5, button4, button5, button6,
group3, label6, label7, label8, input2, button7,
button8, button9, button10, button11];
with:
var page1 = [myGrid]
The grid displays, but the scrollbars are broken. Can someone please detail 'best-practice' for Grids in Tabs.
Many thanks,
Callum.
Cal
May 9,