Hi,
We have recently upgraded our Telerik version and are now experiencing an issue with the ClientCallBack function, does anyone have any resolution?
Our code is:
<
telerik:RadWindowManager
ID
=
"WindowManager"
runat
=
"server"
>
<
Windows
>
<
telerik:RadWindow
ID
=
"DateChoice"
runat
=
"server"
Behaviors
=
"Close"
ClientCallBackFunction
=
"clientCallback"
EnableEmbeddedSkins
=
"false"
Width
=
"315px"
Height
=
"285px"
>
</
telerik:RadWindow
>
</
Windows
>
</
telerik:RadWindowManager
>