Kendo UI:Grid中标题css样式设置

时间:2014-11-27 16:23:45   收藏:0   阅读:484

问题

Grid表格的标题样式怎么设置?

解决方案

使用headerAttributes属性设置,如果有cssclass属性,需要加双引号””.

{
    field: "name",
    headerAttributes: {
      "class": "table-header-cell",
      style: "text-align: right; font-size: 14px"
    }
  }


原文:http://blog.csdn.net/sun_jy2011/article/details/41546425

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!