3.2.0

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.
Cal
May 9,
Please forgive my hasty post: I have managed to get it working.

Regards,
Callum.
Cal
May 9,
Can you please share this one ??

I think thats what i asked few day before, but just cant find my own post ;)

Many thanks in advance :)

Cheers,
Portal Geek
portalgeek
May 9,
Callum, can you please share your solution?
I've also tried: var page1 = [myGrid].
But didn't work.

Thanks

wkim
May 27,

This topic is archived.

See also:


Back to support forum