This is a migrated thread and some comments may be shown as answers.

The 'ClientCallBackFunction' property cannot be set declaratively.

1 Answer 268 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 09 Nov 2015, 08:06 AM

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>

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 09 Nov 2015, 11:08 AM

Hi Mark,

You should use the OnClientClose event instead: http://docs.telerik.com/devtools/aspnet-ajax/controls/window/client-side-programming/events/onclientclose.

The ClientCallBackFunction has been deprecated as of Q3 2009: http://docs.telerik.com/devtools/aspnet-ajax/controls/window/changes-and-backward-compatibility/overview.

Regards,

Marin Bratanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Window
Asked by
Mark
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or