Does RadTab client object contains a method to get the PageViewID?
Server side is able to set RadTab.PageViewID, I wonder if Client side object can retrieve the same PageViewID value.
Chris
1 Answer, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 01 May 2008, 07:33 AM
Hi Chris,
You can use the get_pageViewID to get the PageViewID property. You can also use the get_pageView() which will return the corresponding pageview client-side object.