关于在 asp.net mvc 2 中使用 mvccontrib 网格

发布于 2024-11-29 23:17:19 字数 232 浏览 1 评论 0原文

我有一个数据源作为数据表[这将有不同的列]。我想将此数据表绑定到 asp.net MVC2 中的 mvc contrib 的网格。我没有可以解释我的数据的固定模型。

是否可以在 MVC Contrib Grid 中执行此操作?

详细信息也可在 CodePlex 中找到

I have a data source as a DataTable [this will have a varying columns]. I want to bind this datatable to the mvc contrib's Grid in asp.net MVC2. I donot have a fixed model that can explain my data.

Is it possible to do this in MVC Contrib Grid?.

Details are available here also in CodePlex

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

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

发布评论

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

评论(1

聊慰 2024-12-06 23:17:19

这是 Jeremy 的回复,关于在 ASP.NET MVC 2.0 中使用 MVCContrib Grid

它仅设计用于处理具有固定类型的强类型对象
列数 - 不是动态对象,也不是数据表。

该帖子已关闭

Here is Reply from Jeremy, regarding use of MVCContrib Grid in ASP.NET MVC 2.0

It is only designed to work with strongly-typed objects with a fixed
number of columns - not dynamic objects and not datatables.

This post is closed

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