Telerik RadWindow 在 ajax 和 __DoPostBack 之后不会触发 ClientCallBackFunction

发布于 2024-08-28 12:03:03 字数 386 浏览 7 评论 0原文

您好,

我有一个 Telerik radwindow,允许我们的用户上传文件。当用户第一次打开 radwindow 并看到上传字段时,他们可以愉快地选择一个文件并上传。然后窗口通过ClientCallBackFunction将上传文件的id返回给父页面。然后,该函数将 ID 传递给调用 __DoPostback 的 JavaScript 函数,以便我们可以填充已上传文件的列表。第一次使用它是一种享受。

但是,除非我刷新整个页面,否则所有后续时间都无法调用 ClientCallBackFunction。我还注意到,父页面上使用 ajax 回发的任何其他控件也会停止调用 ClientCallBackFunction 开始,即使是第一次也是如此。

有什么想法吗?

谢谢

理查德

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

Richard

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

讽刺将军 2024-09-04 12:03:03

ClientCallBackFunction 很久以前就已被弃用并从 RadWindow 中删除,因此我不确定您使用的确切版本是什么。
您是否将 DestroyOnClose 设置为 true ?如果是这样,请尝试将其设置为 false 并查看您的应用程序的行为方式。如果这没有帮助,请从您的 Telerik 帐户打开支持票证并发送一个可以重现问题的示例项目,以便我可以更仔细地检查它。

问候

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文