Telerik-Mvc Grid 从 ClientTemplate 部分访问 ViewData

发布于 2024-11-23 19:16:57 字数 330 浏览 3 评论 0原文

我在客户端 BatchEdit 模式下使用 Telerik-MVC Grid。

使用 EditorTemplate 我可以获得一个下拉列表,一旦选择相关单元格进行编辑,ID 会根据从下拉列表中选择的内容进行相应更改,选择默认项目等,问题是当不处于编辑模式时,单元格将仅显示 ID 。

此 id 的引用数据是一个对象列表,这些对象具有引用表中包含的匹配 id 和显示名称,并作为列表转储到 ViewData["PositionsTypes"] 中

如何使用网格单元中的 id 并获取ViewData["PositionsTypes"] 列表中的匹配名称

希望这是有道理的,它让我发疯。

I am using Telerik-MVC Grid in Client BatchEdit mode.

Using EditorTemplate I can get a dropdownlist appearing once in the relevant cell is selected for editing, the id changes appropriately for what is selected from the dropdown, default item is selected etc, problem is when not in edit mode the cell will only display the id.

The reference data for this id is a list of objects that has the matching id and display name included from a reference table and is being dumped into ViewData["PositionsTypes"] as a List

How do I use the id from the grid cell and obtain the matching name from the ViewData["PositionsTypes"] list

Hope this make sense, its driving me nuts.

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

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

发布评论

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

评论(1

地狱即天堂 2024-11-30 19:16:57

您可以检查 “使用ComboBox编辑器模板进行批量编辑”代码库项目。它可能会给你一些想法。

You can check the "Batch editing with ComboBox editor template" code library project. It may give you some ideas.

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