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
230
Demo Tabs?
posted

Why do demo tabs appear when no tabs have been defined? I am planning on adding tabs programmatically, but initially the tabs will be empty. I tried setting the visible property of the tab control to false, but that is preventing the "initialize" client side event from being fired (I'd like to know why that is happening too, but that is a problem for another day). I am running v8.3 with asp.net 3.5.

 Can someone please tell me how to prevent these demo tabs from initially appearing?

js

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    When you drop any Infragistics control from the toolbox to the design surface, it automatically creates a preview of what the control would look like in the browser, even though it is empty (e.g. tabs will be showed in design time even though there are no tabs defined). This is done on purpose, so that you can preview your surface and see how the control will fit the design. Still, when you run the page, the control will not show any tabs.

    Does that affect your work in any way?

Children