Hi All,
I'm not sure why but when using compatibility view in ie9 all of my radwindows "OnClientClose" functions are not being called. I've updated to the latest version of the controls (My 19th) and no go.
example:
I'm not sure why but when using compatibility view in ie9 all of my radwindows "OnClientClose" functions are not being called. I've updated to the latest version of the controls (My 19th) and no go.
example:
<
telerik:RadWindow Skin="Default" runat="server" ShowContentDuringLoad="false" Width="700px"
Height="500px" Behaviors="Close" Modal="true" ID="RdWindowCO2Refinement" Title="A Window"
VisibleStatusbar="false" OnClientClose="OnClientClose" />