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

Dropdown menu on tabs

1 Answer 88 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 12 Jun 2008, 12:45 AM
In the previous version of tabstrip (non-AJAX), you could grab the EventObject in the OnClientMouseOver event to show a mouse-over menu. See http://www.telerik.com/community/forums/thread/b311D-baccak.aspx for an example.
The EventObject is no longer a property of the eventArgs ... how do I accomplish this in RadControls AJAX?
Is the get_domEvent() the correct method?

Also, how do I get the client ID that caused the event. Previously, I used tab.ID but this no longer works. Should I use sender.get_id()?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 12 Jun 2008, 10:06 AM
Hi Jay,

The new RadTabStrip for ASP.NET AJAX fully supports templates. You can embed any content inside a RadTabStrip template:
  • HTML markup
  • ASP.NET server controls
  • Third-party controls (other Telerik controls as well)
For detail on the matter please refer to our Templates online example.

Best wishes,
Paul
the Telerik team

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