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

Treeview Multiple Users

1 Answer 39 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
jeff
Top achievements
Rank 1
jeff asked on 20 Jan 2015, 03:33 PM
We are using treeview as a user hierarchy with remote data via ajax; if there are several people working on the treeview at the same time, moving users around, what happens if, for example, 'User B' moves someone around in the UI if they have already been moved (without knowledge) that 'User A' had moved them elsewhere.. Our assumption is that the last user to make an edit would be authoritative; confirm or deny? Also, is there some error checking that we can plug into this?

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 22 Jan 2015, 05:09 PM

Hello Jeff,

 

When TreeView items are moved the widget will not update the DataBase, the same is valid for the other users - without a read request made to the server the data that they see will not be updated. Please note that Kendo UI is client side library, that will not take care of concurrency operations and database locks, so this is something that you need to consider for your backend services and it is based on the purpose and functionality of the application.

 

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TreeView
Asked by
jeff
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or