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
4110
UltraWebTab Setting selected tab in code-behind
posted

I have an UltraWebTab control with several Tabs with Content TargetURLs to functional pages, most of which have grids on them. Anyway, I have a need to set focus on a specific tab during page load or post-back. I need to do this server-side in the code-behind. I'm not seeing how to do this. Can someone give me a quick example, please? Thanks!

Parents
No Data
Reply
  • 29417
    Offline posted

    Hello dbishop9 ,

    There is a SelectedTab property for the UltraWebTab. You can set that to the index of the tab you want to set as selected. For example:

    this.UltraWebTab1.SelectedTab = 1;

    Let me know if you have any questions or concerns regarding this.

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Children