NetAdvantage 2010 Vol 3
Steps:
· Add a tabcontrol to a winform and add some tabs (eg. 6 tabs) to it.
· Set for tab3 till 6 the enabled to false using the properties window.
· In the page_load event write following code:
For Each tab As Infragistics.Win.UltraWinTabControl.UltraTab In UltraTabControl1.Tabs
tab.Enabled = True
Next
The result of this is that the tabs are still disabled. I expected that the tabs would be all enabled.
Setting tab.Enabled = false, does work as excpected. (all are disabled)
Workaround for the problem is check first if the tab is enabled (if not tab.enabled = true then tab.enabled = true)
Can someone tell me what the problem can be.
PS: It works fine in NetAdvantage 2010 vol 1
Hi sidhume,
I am currently looking into this issue for you and I, or one of my collegues, will be following up with you shortly, with a solution.
If you have any further questions at all, related to this issue in the meantime, please let me know.
Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support
I suggest that you download and install the latest service release for 2010 volume 3. I believe that will resolve the problem you are having. You could also upgrade your application to 2011 volume 1 or volume 2 and that should also resolve the problem. Let me know if that works for you.