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

Click event for a single tab

1 Answer 90 Views
TabStrip (Mobile)
This is a migrated thread and some comments may be shown as answers.
Joseph Roberts
Top achievements
Rank 1
Joseph Roberts asked on 16 May 2013, 12:23 PM
I have a mobile tabstrip which has 5 tabs.  All the tabs except one will show a different view.  The last tab (more), I would like to show a custom slide up menu.  To get this to work, I tied to bind a data-click event to that one tab, which does not work.  I tried binding the even in my scripts, that did not work.  I tried the data-select event, but that even only fires once for the same tab, so I can't use that event since I can't hit the same tab again to hide my menu.  I am also using MVVM.  Is there anyway to bind an event to a single tab.  

Thanks,
Joe

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 18 May 2013, 06:57 AM
Hello Joseph,

I am afraid that such behavior is not supported by the current implementation. The most viable option I can suggest is to sub-class the widget and implement your requirements in the corresponding event handler overrides. This is not a trivial task though, and it implies some familiarity with the Kendo UI codebase.

You can also suggest this behavior (I think it may be useful as a built-in feature, too) in our feedback portal. If this feature is critical for your application, you may also consider getting in touch with our premium services, who can implement it as a custom feature for your project. 

Kind regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
TabStrip (Mobile)
Asked by
Joseph Roberts
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or