When opening my RadWindow I use add_close() to add a closing function it. However, it seems that executing add_close() multiple times (when opening the window several times) makes the closing function also execute multiple times. Is there a way to clear the closing functions?
Regards,
Sjur
2 Answers, 1 is accepted
0
Accepted
Georgi Tunev
Telerik team
answered on 20 Aug 2008, 08:45 AM
Hello Sjur,
In ASP.NET AJAX, you can use the add_eventname and remove_eventname methods to
add/remove event handlers. For example:
I hope
this helps. More information on the subject is available in many ASP.NET AJAX
resources on the Net - for example you can check this
article:
http://dotnetslackers.com/articles/ajax/RaisingAndHandlingEventsWithASPNETAjax.aspx
Sincerely yours,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.