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

Touch button in Kendo template

1 Answer 59 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
OfficeHeart
Top achievements
Rank 1
OfficeHeart asked on 17 Dec 2012, 01:58 PM
Hi,

I have a touch event in a kendo template illustrated in the following jsBIN:
http://jsbin.com/isatoz/33/edit

Can you tell me why this don't work?

Thanks,
Martin

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 17 Dec 2012, 02:05 PM
Hello Martin,

There are two problems with the example. 

First, the touch widget is not in the mobile namespace (this is actually something we must mention in our docs). 

Second, you perform binding before declaring the event handler. This results in a javascript error. 

Please see the updated jsbin version.

Greetings,
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
General Discussions
Asked by
OfficeHeart
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or