RadAjaxPanel 中 FormView 中的 RadUpload
我在 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 inReadOnly
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看这篇在线帮助文章,其中介绍了如何在以下情况下上传文件: RadUpload 位于 RadAjaxPanel 内部。
You can check this online help article which shows how to upload files when RadUpload is inside RadAjaxPanel.