码迷,mamicode.com
首页 > 其他好文 > 详细

Kendo UI:Grid中单元格样式控制

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

标签:style   io   ar   使用   sp   strong   on   问题   html   

问题

Grid某个单元格的样式怎么设置?

解决方案

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

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


Kendo UI:Grid中单元格样式控制

标签:style   io   ar   使用   sp   strong   on   问题   html   

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

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