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
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?