如何在 ASP.NET MVC 3 中创建模式窗口 + Telerik 窗口控制

发布于 2024-11-15 23:58:54 字数 440 浏览 4 评论 0原文

正如标题所示,我正在尝试使用 Telerik Window 控件(我想这也适用于 jQuery UI)和 ASP.NET MVC 3 组合一个模式窗口。

一个快速模拟可帮助可视化需求:

Mockup to get the idea across

我已经实现了一些解决方案,但我不确定是否有更好的(更推荐的方法。 )

很少有问题我有:

  • 表单的 HTML:我应该使用 Telerik LoadContentFrom 客户端 API 调用从 URL 加载 HTML 吗?
  • 我是否应该使用部分视图在包含页面中将其渲染成一行(不知怎的,这看起来不是一个好主意)?
  • 当用户第二次单击模式弹出窗口时,重新初始化输入字段的最佳方法是什么?

As the title says, I am trying to put together a modal window using Telerik Window control (I guess the same applies for jQuery UI as well) and ASP.NET MVC 3.

A quick mock to help visualize the requirement:

Mockup to get the idea across

I have implemented a few solutions to this, but I am not sure if there is a better (more recommended way.)

Few questions that I have:

  • The HTML for the form: Should I use the Telerik LoadContentFrom client API call to load the HTML from a URL?
  • Should I render it in line in the containing page (somehow this doesn't look a good idea) by using a partial view?
  • Whats the best way to re-init the input fields in the the modal popup when the user clicks it again the second time?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文