Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
926
UltraTabStripControl
posted

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

  • 44743
    posted

    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.