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

incell edit mode for TreeList

6 Answers 364 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
dandv
Top achievements
Rank 2
dandv asked on 31 Dec 2014, 04:57 AM
The Grid has a very nice incell edit mode, where the cell becomes editable after clicking on it (demo). How can that be used in a TreeList?

6 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 01 Jan 2015, 04:03 PM
Hello Dan,

The TreeList does not support incell editing modes. Only inline and popup are supported:

http://docs.telerik.com/kendo-ui/api/javascript/ui/treelist#configuration-editable.mode

Regards,
Petur Subev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
John
Top achievements
Rank 2
answered on 05 Jan 2015, 02:52 PM
Are there any plans to enable incell editing in TreeList as it is something that is a key functionality for a client that I am working with at the moment.
0
Petur Subev
Telerik team
answered on 06 Jan 2015, 08:28 AM
Hello,

We do not have plans to enable incell editing.

The problem with incell editing is that the TreeList requires the item id immediately after the save button is clicked because the ID of the newly created items needs to be updated in order to be possible to add children to it. Incell editing uses batch mode of the dataSource and you might have two items with the same default ID which as I mentioned will make it impossible to add children to it.

Kind Regards,
Petur Subev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
guodong
Top achievements
Rank 1
answered on 09 Mar 2017, 02:36 AM

I don't think the ID problem is essential to block this request. Is it possible to do any of the below options?

1. Provide a cell editing API and let client handle the save action.

2. Accept a ID generation function to handle the default ID generation by client.

 

 

0
Stefan
Telerik team
answered on 10 Mar 2017, 11:38 AM
Hello Terry,

Currently, there were no changes in regards to implementing incell editing due to the limitations described by my colleague in the previous reply.

As the incell editing is not supported, there are no public methods which are allowing cell editing. The same is applicable for an ID generation function.

Apologies for the inconvenience this may cause you.

Regards,
Stefan
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
0
Alex Hajigeorgieva
Telerik team
answered on 14 Aug 2018, 08:48 AM
Hello,

Just a quick update - the Kendo UI TreeList batch editing is due to be released in R3 2018:

https://www.telerik.com/support/whats-new/kendo-ui/roadmap

Regards,
Alex Hajigeorgieva
Progress Telerik
Get quickly and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TreeList
Asked by
dandv
Top achievements
Rank 2
Answers by
Petur Subev
Telerik team
John
Top achievements
Rank 2
guodong
Top achievements
Rank 1
Stefan
Telerik team
Alex Hajigeorgieva
Telerik team
Share this question
or