Telerik.Web.UI.dll, version 2014.1.225.40
using c#
I populate/bind my treeView using the DataSource property. When changes are made on the client, I use trackChanges / commitChanges per documentation.
Upon postback to the server, how do I identify all changes made in the treeview control? Is there a built-in way to enumerate just changed nodes, then discern between which nodes need to be added, updated, deleted? I've seen lots of documentation on the importance of using trackChanges / commitChanges, but not much on what to do after that.
Thanks for any direction
using c#
I populate/bind my treeView using the DataSource property. When changes are made on the client, I use trackChanges / commitChanges per documentation.
Upon postback to the server, how do I identify all changes made in the treeview control? Is there a built-in way to enumerate just changed nodes, then discern between which nodes need to be added, updated, deleted? I've seen lots of documentation on the importance of using trackChanges / commitChanges, but not much on what to do after that.
Thanks for any direction