Kendo UI TreeList - adding row

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?

Upvotes: 0

Views: 1285

Answers (1)

dimodi
dimodi

Reputation: 4139

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.

Upvotes: 0

Related Questions