hi,
I have been trying to use the ActionSheet example with LIstView instead of Grid.
Do you have any example of this? I´d like to see some documentation about how to trigger the actionsheet in a listview or how to handle events, data. etc
I have been trying to use the ActionSheet example with LIstView instead of Grid.
Do you have any example of this? I´d like to see some documentation about how to trigger the actionsheet in a listview or how to handle events, data. etc
4 Answers, 1 is accepted
0
Hello,
the following demo uses ActionSheet with a data bound mobile ListView widget.
Regards,
Petyo
Telerik
the following demo uses ActionSheet with a data bound mobile ListView widget.
Regards,
Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Gisli
Top achievements
Rank 2
answered on 06 Aug 2014, 09:26 AM
Hi Petyo,
I had seen this example.. now im trying to make it works with Angular
I had seen this example.. now im trying to make it works with Angular
0
Gisli
Top achievements
Rank 2
answered on 07 Aug 2014, 03:44 PM
I just add this Plunker, open an actionsheet from a listview:
http://plnkr.co/edit/BaVseNKdHKlJFuDoWTya?p=preview
Uncaught TypeError: Cannot read property 'top' of undefined
http://plnkr.co/edit/BaVseNKdHKlJFuDoWTya?p=preview
Uncaught TypeError: Cannot read property 'top' of undefined
0
Hi Gisli,
The problem is that you are passing an incorrect target on the open() method of the ListView. You will need to use the current clicked element as a target, so the actionsheet is correctly positioned. Here is a working example:
http://dojo.telerik.com/Uhuh
Regards,
Kiril Nikolov
Telerik
The problem is that you are passing an incorrect target on the open() method of the ListView. You will need to use the current clicked element as a target, so the actionsheet is correctly positioned. Here is a working example:
http://dojo.telerik.com/Uhuh
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!