Hello,
I try to use events like onclientclose but it never fire.
I tried to add that in design mode:
I try to use events like onclientclose but it never fire.
I tried to add that in design mode:
<
telerik:RadWindow ID="rdwPwd" runat="server" Modal="true" Skin="Office2007" DestroyOnClose="false" OnClientClose="OnClientClose"></telerik:RadWindow>
and in by javascript:
ownd.add_Close(func); //this one give me stack out of bound error
function func(a, b) {}
and :
ownd.OnClientClose = func // not work either.
So how can I fire these events?
Regards,
Elton