I'm using a RadTabStrip control and its OnTabClick event
It's working fine except for when the tab clicked is the active tab.
Then the event doesn't fire at all.
Is there a way to listen to a click event for an active tab ?
Thanks!
3 Answers, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 08 Jun 2016, 03:24 PM
Hello,
By design the OnTabClick event does not fire when you click the selected tab and there is no other server-side event related to tab clicking/selecting.
Regards,
Ivan Danchev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
I have a RadTabStrip containing many RadTab and the RadMultiplePage with many RadPageView. I need that when I click on RadTab "A" show me RadPageView "Description" and when I click on RadTab "B" show me RadPageView "Details".
How do I get it?
0
Ivan Danchev
Telerik team
answered on 05 Jul 2016, 10:35 AM
Hello Pedro,
This can be achieved by setting the Tab's PageViewID property. This way you can associate a specific PageView with a Tab and when that Tab is clicked the content of the associated PageView will be displayed, for example: