开发者

Telerik RadWindow does not fire ClientCallBackFunction after a ajax an __DoPostBack

HI,

I have a Telerik radwindow that allows our users to upload files. When the user first opens the radwindow and sees the upload fields, they can happily select a file and upload it. The window then returns the id of the uploaded file back to the parent page via the ClientCallBackFunction. This function then passes in the ID to a javascript function that calls __DoPostback so that we can populate the list of uploaded files. First time around it works a treat.

However all subsequent times it fails to call ClientCallBackFunction unless i refresh the entire page. I also note that any other control on the parent page to uses an ajax postback also stops the ClientCallBackFunction begin called, even on the first time.

any ideas?

Thanks

开发者_StackOverflow中文版

Richard


ClientCallBackFunction was deprecated and removed from RadWindow a long time ago, so I am not sure what is the exact version that you are using. Have you set DestroyOnClose to true? If so, try setting it to false and see how your app will behave. If this doesn't help, open a support ticket from your Telerik account and send a sample project where the problem could be reproduced so I could check it more closely.

Regards

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜