【问题标题】:Remove the style for all the rows in kendo grid删除剑道网格中所有行的样式
【发布时间】:2014-05-21 01:21:21
【问题描述】:

我的剑道网格呈现为

              <tr class="k-master-row" data-uid="e232f2a2-7a9c-496b-bf78-bf56902c11a5" style="background-color: rgb(255, 255, 255);">

所有行都以相同的样式呈现。如何删除所有行的上述样式?

【问题讨论】:

    标签: kendo-ui kendo-grid kendo-asp.net-mvc


    【解决方案1】:

    在 onDataBound 事件中添加了这个,它删除了样式。

                $('tr').removeAttr('style'); 
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-07-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-08-20
      • 1970-01-01
      相关资源
      最近更新 更多