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
75
WebTab selected index client side
posted

How to set the WebTab's selected index client side?

Parents
No Data
Reply
  • 15320
    Offline posted

    Hello Bala,

    You can set it on WebTab Initialize client-side event by accessing the set_selectedIndex method through the sender object, for instance:

     function tab_init(sender, args) {
                sender.set_selectedIndex(1);
            }

    If you need further assistance, please let me know.

    Regards,

    Tsanna

Children