Hi,
in the previous RadToolBar (without AJAX), I prevented from PostBack with "return false" in the Javascript function. Now it seems that this is not working anymore. What to do?
Thanks for answering,
Andreas
1 Answer, 1 is accepted
0
Veselin Vasilev
Telerik team
answered on 10 Jun 2008, 10:14 AM
Hello Andreas Kaech,
In all RadControls for ASP.NET AJAX, the *ing events (e.g. OnClientButtonClicking) can be cancelled by calling the set_cancel(true) method of the eventArgs parameter (the second parameter of the javascript handler):