Grid表格的标题样式怎么设置?
解决方案
使用headerAttributes属性设置,如果有css中class属性,需要加双引号””.如
{ field: "name", headerAttributes: { "class": "table-header-cell", style: "text-align: right; font-size: 14px" } }
查看更多关于KendoUI:Grid中标题css样式设置_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did106438