Kendo UI TreeList - adding row

1.2k Views Asked by At

I have some troubles when adding row in a treelist Kendo, espessially Add Child Row. I click Add Child Row, then put data into fields, and after clicking OK, row disappeared. So i can't add CHILD row.

I took sample from official site. http://docs.telerik.com/kendo-ui/api/javascript/ui/treelist#configuration-messages.commands.create . Use Chrome. Does it is telerik kendo developing error? How to use adding?

1

There are 1 best solutions below

1
On

You need to have the TreeList DataSource transport configured for CRUD operations. If you use the TreeList editing demo as a starting point, the scenario will work:

http://dojo.telerik.com/EKoCi

Probably the documentation should mention the above explicitly to prevent confusion.