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

confirm when selecting

1 Answer 38 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Benjamin
Top achievements
Rank 1
Benjamin asked on 08 Apr 2011, 04:04 AM
hi all,

How to show confirm box when selecting treenode? I have some conditions to check before showing confirm.

thanks
benjamin

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Apr 2011, 06:01 AM
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.
Tags
TreeView
Asked by
Benjamin
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or