This is a migrated thread and some comments may be shown as answers.

SelectedTab.PageViewId

2 Answers 126 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 1
Markus asked on 22 Apr 2008, 10:55 AM
In the new "ASP.NET AJAX" radTabStrip I miss "SelectedTab.PageViewId". I found "get_selectedTab" but I cannot get the name of selected pageview.Hope this available in some way?

2 Answers, 1 is accepted

Sort by
0
Markus
Top achievements
Rank 1
answered on 22 Apr 2008, 02:45 PM
After a long search I found the well hidden data I need. To get the name of PageView of selected tab use
strTabName = get_selectedTab()._properties._data.pageViewID
0
Atanas Korchev
Telerik team
answered on 22 Apr 2008, 03:10 PM
Hi Markus,

You can use the get_pageView() method which will return the corresponding RadPageView object. You can also use the get_pageViewID method to get the PageViewID associated with the tab.

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
Markus
Top achievements
Rank 1
Answers by
Markus
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or