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

[Solved] OnClick event over the same tab

2 Answers 136 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Aurel
Top achievements
Rank 1
Aurel asked on 08 Mar 2012, 01:48 PM
Hi,

I am trying to bind OnClick event when a tab is clicked. I tried with .Select event but it triggers the event only once. How can catch the click over a tab, over and over again, even if it was previously selected?

Thanks,
Marius

2 Answers, 1 is accepted

Sort by
0
Aurel
Top achievements
Rank 1
answered on 13 Mar 2012, 09:30 AM
        @Html.Telerik().TabStrip().Name("TabStrip").Items(Sub(items)
                                                              items.Add.Text("Application").HtmlAttributes(New With {.onclick = "onTabClick()"}).Content(Html.Partial("ApplicationContent").ToHtmlString())
0
Aurel
Top achievements
Rank 1
answered on 13 Mar 2012, 10:29 AM
How can i hide the tab content, not the tab?
Tags
TabStrip
Asked by
Aurel
Top achievements
Rank 1
Answers by
Aurel
Top achievements
Rank 1
Share this question
or