I am looking to programmatically insert a new item in the
TreeList client-side (javascript). I basically want to create a new item, set the new
cell values, its parent, and insert it
into the tree at a predetermined position. I found how to do this with the TreeView, but
not the TreeList.
1 Answer, 1 is accepted
0
Accepted
Eyup
Telerik team
answered on 01 May 2017, 12:51 PM
Hello Paul,
This can happen only on server-side. Generally, RadTreeList provides the following methods to open a new item in insert mode:
- InsertItem
- InsertChildItem