Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > TabStrip > RadTabStrip -access issue (URGENT)

Not answered RadTabStrip -access issue (URGENT)

Feed from this thread
  • Sindu avatar

    Posted on Feb 4, 2012 (permalink)


    Hi,

    I have a radsplitter control and RadPane control is inside it.

    I have set contenturl property of the Radpane control and call another   aspx web page.

    In this aspx page there is a radtabstrip control and 5 tabs inside it .

    How can I access this tabs using Javascript or Jquery ?
    I have open an another window using window.open method.

    My aim is to findout selected tabs on the button click event.

    Please help me ..

    Thanks,

    Sindu

    Reply

  • Posted on Feb 6, 2012 (permalink)

    Hello,

    Access the selected tab as shown.
    JS:
    function OnClientClick()
     {
      var RadTabStrip1 = $find("<%=RadTabStrip1.ClientID %>");
      var text=RadTabStrip1.get_selectedTab().get_text(); //to get selected tab text
      alert(text);
     }

    Thanks,
    Princy.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > TabStrip > RadTabStrip -access issue (URGENT)
Related resources for "RadTabStrip -access issue (URGENT)"

ASP.NET TabStrip Features  |   Documentation Demos   |  Telerik TV  |  Self-Paced Trainer  |   Step-by-step Tutorial  ]