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

Starting a listview in edit mode?

2 Answers 311 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 09 Aug 2012, 12:58 AM
Can a ListView use an edit type template (with two-way data-bind attributes), so that when the listview is bound to its data all its items are immediately editable on first display?  This would be weird if there were a lot of items (multiple pages) in the listview, but it is not so strange with just one or two. Or does the two way binding only happen when a call to listview.edit() (or its declarative alternative) is made to invoke the use of that template?  The editing listview demo requires the user to click an edit button, and thus requires there to be both  a display template and separate edit template.

2 Answers, 1 is accepted

Sort by
0
Rod Yager
Top achievements
Rank 1
answered on 19 Dec 2012, 09:43 PM
I also have the same question. Any answer on this one?

Rod
0
Atanas Korchev
Telerik team
answered on 24 Dec 2012, 12:34 PM
Hello,

 Editing mode can be entered by using the edit method of the ListView. Have in mind that only one item can be in edit mode at the same time.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView
Asked by
Bill
Top achievements
Rank 1
Answers by
Rod Yager
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or