See Also
TabsControl and TabControl
These are JQuery Controls, defined as shown below:
You display the Grid on the Tab Control by setting the panel
property of the Tab Control to the name of the Grid.
Quick steps for defining tabs:
1.
|
Insert TabsControl using the controls tab. |
2.
|
Drag a TabControl onto the TabsControl. |
3.
|
Drag a grid onto the TabsControl. |
4.
|
Drag another TabControl onto the TabsControl. |
5.
|
Drag another grid onto the TabsControl. |
6.
|
Associate the grid and columns with a data source, ds
items. |
7.
|
Set the panel property of each tab to the name of the grid you
want on that tab. |
|