How do I set which tab will be the first visible tab when the control is rendered? I have 6 tabs in the tab control and the tab order before upgrading to 2007 Vol 3 framework 2.0, was as they were listed in the designer. Now the 3rd tab always comes up as default. There does not seem to be a tabindex property for the the tabs, just the control itself.
hi, you should be able to use the SelectedTab property of the webtab,
Here is a help link to the UltraWebTab Class members:
https://es.infragistics.com/help/aspnet/infragistics.webui.webschedule~infragistics.webui.webschedule.ultrawebtab.ultrawebtab_members
Here is a help link tothe SelectedTab property
https://es.infragistics.com/help/aspnet/infragistics.webui.webschedule~infragistics.webui.webschedule.ultrawebtab.ultrawebtab~selectedtab