All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
TreeView
/
confirm when selecting
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Benjamin
46 posts
Member since:
Apr 2009
Posted 07 Apr 2011
Link to this post
hi all,
How to show confirm box when selecting treenode? I have some conditions to check before showing confirm.
thanks
benjamin
Princy
17421 posts
Member since:
Mar 2007
Posted 08 Apr 2011
Link to this post
Hi,
Attach the "
OnClientNodeClicking
" client event and check for the condition in event handler. Now, cancel the event using "args.set_cancel(true)" method.
Regards,
Princy.
Back to Top
Close