gpt4 book ai didi

model-view-controller - MVC Telerik Grid 带动态数据 : How to pass column type information to the grid

转载 作者:行者123 更新时间:2023-12-02 04:04:54 26 4
gpt4 key购买 nike

在我的 Telerik MVC-Grid 中,我正在使用数据表的动态绑定(bind)。除过滤外,一切正常,运算符(operator)下拉菜单保持空白。我猜网格不知道要应用哪种过滤器,因为没有给出类型。但是如果我知道列的类型,我怎么能把这些信息从 Controller 传递到 View 呢?

我发布了一个示例项目 here .

问候
西蒙

最佳答案

我刚刚从 Telerik 团队那里得到了答案,它有效 :) 当我被允许时,我会将其标记为答案(在 7 小时内 :-))

In order to set column types in your scenario, you should upgrade to the Q3 2011 version of the Telerik Extension for ASP.NET MVC. In this version we have added MemberType setting to GridColumnSettings feature which used in the provided sample.

new GridColumnSettings { Member = "Number", Title="Number", MemberType= typeof(int) }

Regards, Rosen the Telerik team



主题链接: click

关于model-view-controller - MVC Telerik Grid 带动态数据 : How to pass column type information to the grid,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8239219/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com