Hy,
I am using Kendo Tree View.
I am doing drag/drop and I need to persist the info to the db.
Looking via the Kendo Plugin in Chrome.. I see the "4" which was originally "1" after the move. ( image attached)
Example: also see image attached.
4: Object{13} //see via Kendo Plugin
I was thinking I could get this value for the children under the parent where the items moved (example 0-4 ) and I can pair up the actual id with this index to figure out the sort order for children for persistence.
Is there a way ... like in Grid which has index..... we can do the same in Treeview ?
Thanks.
I am using Kendo Tree View.
I am doing drag/drop and I need to persist the info to the db.
Looking via the Kendo Plugin in Chrome.. I see the "4" which was originally "1" after the move. ( image attached)
Example: also see image attached.
4: Object{13} //see via Kendo Plugin
I was thinking I could get this value for the children under the parent where the items moved (example 0-4 ) and I can pair up the actual id with this index to figure out the sort order for children for persistence.
Is there a way ... like in Grid which has index..... we can do the same in Treeview ?
Thanks.