Hi Everyone
I'm working on one of the features where I have a list and should be able to do action on multiple items at once
For example the way iPhone/Android handle editing/deleting/forwarding of messages
And I want this to work on multiple platforms iPhone, Android, Windows Phone and should work the way respective platform handle multiple item edit
Thank you in advance
I'm working on one of the features where I have a list and should be able to do action on multiple items at once
For example the way iPhone/Android handle editing/deleting/forwarding of messages
And I want this to work on multiple platforms iPhone, Android, Windows Phone and should work the way respective platform handle multiple item edit
Thank you in advance
5 Answers, 1 is accepted
0
Hi,
Petyo
Telerik
I believe that the following demos may be of help: ActionSheet and ListView editing.
Regards,Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Paul McNamara
Top achievements
Rank 1
answered on 05 Sep 2013, 09:39 AM
I too have this requirement. I'd like to have a button on the header that will toggle multi-select mode on and off. I'm happy to implement this myself but I'm not quite sure how to get a checkbox rendering nicely in the list template.
0
Hi Paul,
Petyo
Telerik
you can check the following demo - checkboxes and radio buttons.
Regards,Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Paul McNamara
Top achievements
Rank 1
answered on 10 Sep 2013, 08:22 AM
I did a bit of playing and actually found the edit demo more useful as it demonstrates how to hook up the touch events and update items in the list from the datasource/model. My goal is to reproduce something a bit like the "Edit" mode in the Mail app in iOS.
0
Hello Paul,
Petyo
Telerik
Thank you for the clarification. We do not have such kind of demo currently; as you correctly noticed, the editing demos features a very similar approach.
Regards,Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!