Hello,
I have a ultratabstripcontrol with two tabs in it.I have set the "style" in the properties window as "wizard"
I have to place two different grids on each tab.As soon as I place one grid in tab 1,same grid shows up in the second tab too .
Can anyone tell me as to why is this happening ??
Thanks
All tabs in an UltraTabStripControl share a tab page control with the same child controls. This cuts down on overhead when binding to a database where each tab displays different data but since each record has the same fields, the same controls are used to display that data. If you would like different controls on each tab page, use the UltraTabControl instead.