Hi,
For our RadTreeView we have an "Delete" option in the context menu, for a given node. Upon clicking on this, we want a confirmation to appear i.e. "Are you sure you want to delete this node? Ok/Cancel". If the user selects OK, the data associated with this node will be deleted from the database, and the TreeView will be databinded again. However, if the user selects "Cancel", we don't want a post-back to occur. We have implemented the confirmation with a client side javascript function attached to the OnClientContextMenuItemClicked event, which then calls confirm() etc. How can we then get the TreeView to databind again?
Thanks
-Connor
For our RadTreeView we have an "Delete" option in the context menu, for a given node. Upon clicking on this, we want a confirmation to appear i.e. "Are you sure you want to delete this node? Ok/Cancel". If the user selects OK, the data associated with this node will be deleted from the database, and the TreeView will be databinded again. However, if the user selects "Cancel", we don't want a post-back to occur. We have implemented the confirmation with a client side javascript function attached to the OnClientContextMenuItemClicked event, which then calls confirm() etc. How can we then get the TreeView to databind again?
Thanks
-Connor