RadAjaxPanel 中 FormView 中的 RadUpload

发布于 2024-07-16 15:29:56 字数 506 浏览 6 评论 0原文

我在 FormView 的编辑模板中有一个 RadUpload 。 我想要的行为是

  • Formview 应该以 ReadOnly 模式
  • 打开 单击更新按钮时,应该发生回发

因此所需的转换方案是 ReadOnly->Edit 应该是 Ajaxified Edit->Readonly 应该是回发。

我尝试过使用这个 发布,但我无法访问脚本中的更新按钮(因为表单视图以只读模式打开)。

知道如何获得我想要的功能吗

I have a RadUpload in the edit template of a FormView. My desired behavior is

  • Formview should open in ReadOnly Mode
  • On clicking the update button, a postback should occur

So the desired transition scheme is ReadOnly->Edit should be Ajaxified Edit->Readonly should be a postback.

I have tried using this post, but I cannot access the update button in my script (as the formview opens in readonly mode).

Any idea how can I get my desired functionality

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

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

发布评论

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

评论(1

美男兮 2024-07-23 15:29:56

您可以查看这篇在线帮助文​​章,其中介绍了如何在以下情况下上传文件: RadUpload 位于 RadAjaxPanel 内部。

You can check this online help article which shows how to upload files when RadUpload is inside RadAjaxPanel.

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