在 telerk mvc 网格中,使用复杂对象的 AJAX 绑定编辑和插入场景

发布于 2024-10-11 16:54:18 字数 163 浏览 4 评论 0原文

在 Telerik 文档中,我们在绑定复杂对象时必须使用服务器绑定。

我们如何通过复杂对象的 ajax 绑定来激活 Telerik mvc 网格中的插入和编辑模式?

我们如何自定义整个插入表单和编辑表单,

即。绘制引用类型属性的下拉列表,

提前致谢

In Telerik documentation we must use server binding when binding complex objects.

How can we activating Insertion and Editing mode in Telerik mvc grid with ajax binding of complex objects?

how we can customize the whole of insert form and edit form

ie. drawing drop down lists for properties of reference types

thanks in advance

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

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

发布评论

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

评论(2

不语却知心 2024-10-18 16:54:18

使用服务器编辑模板怎么样,它适用吗?我在他们的网站上抓取了在线 MVC 演示,并偶然发现了这个

How about using server edit template for that, is it applicable? I crawled the online MVC demos on their site and hit upon this one.

策马西风 2024-10-18 16:54:18

我找到了解决方案。

我在这种情况下使用客户端编辑模板,但我认为 ScriptRegisterar 中存在问题,该问题与注册 Telerik DropDown javascript 文件有关。

我提出了初步的解决方案,即向 ScriptRegisterar 添加一行代码以显式注册 javascript 文件“telerik.list.js”,

或者在您希望其出现在网格中的同一页面中添加一个虚拟 Telerik DropDown 列表,并且你必须使用CSS隐藏它。

这是 Telerik 2010.3.1110 最终版本中的错误

Telerik 已在版本 2010.3.1111 中发布了针对此错误的修补程序,

请检查链接并下载修补程序:

http:// /www.telerik.com/community/forums/aspnet-mvc/grid/script-registrar-not-loading-scripts-for-controls-used-in-client-templates.aspx

I found a solution.

I am using Client Edit Templates for this scenario but there is a problem in the ScriptRegisterar I think, the problem related to registering Telerik DropDown javascript files.

I made initial solution which is to add a line of code to the ScriptRegisterar to explicit register the javascript file "telerik.list.js"

OR add a dummy Telerik DropDown list in the same page where you want it to appear in the grid, and you have to hide it using css.

This is a bug in the final version of telerik 2010.3.1110

Telerik has released the hotfix for this bug in the version 2010.3.1111

check the link and download the hotfix:

http://www.telerik.com/community/forums/aspnet-mvc/grid/script-registrar-not-loading-scripts-for-controls-used-in-client-templates.aspx

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