如何使用布尔过滤器设置 KendoUi Grid 样式

Posted

技术标签:

【中文标题】如何使用布尔过滤器设置 KendoUi Grid 样式【英文标题】:How to style KendoUi Grid with boolean filter 【发布时间】:2014-02-15 23:27:23 【问题描述】:

网格过滤器对任何列都适用。我在设置布尔数据类型列时遇到的唯一问题(参见 img)。

知道可能缺少什么吗?

        editable: true,
        columns: [
             field: "kid", title: "OEM", type: "string" ,
             field: "dealerDId", title: "S.No", type: "string" ,
             field: "emailSubject1", title: "Subject" ,
            
                field: "isAdminViewOnly",
                title: "Is Admin View",
                template: "#: isAdminViewOnly ? 'Yes' : 'No' #",
                type: "boolean",
                filterable: 
                    messages: 
                        info: "Filter By Admin View:", 
                        // when filtering boolean numbers
                        isTrue: "Is Admin View", 
                        isFalse: "Is NOT Admin View",
                        style: "max-width:100px;"
                    
                
            ,

.......

【问题讨论】:

【参考方案1】:

喜欢它。我的自定义 CSS 类之一是覆盖 k-xxx 类样式

【讨论】:

以上是关于如何使用布尔过滤器设置 KendoUi Grid 样式的主要内容,如果未能解决你的问题,请参考以下文章

如何使用它的 ASP MVC Complete Wrapper 设置 KendoUI Grid 的高度

为 Kendo UI Grid 设置默认过滤器

Kendo UI 默认网格过滤器值

kendoui:grid - 在网格的顶部和底部设置寻呼机

获取 Kendo UI Grid 中使用的过滤器

KendoUI:Grid控件的使用