码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2014-11-27 16:25:22      阅读:550      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   color   os   使用   sp   strong   

问题

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

解决方案

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

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


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

标签:style   blog   io   ar   color   os   使用   sp   strong   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!