wss. 发表于 2020-9-28 18:04:53

单元格背景色


我想通过行列索引设置单元格背景色,好像不行
if (e.row ==1 && (col.binding == 'salesDiff' || col.binding == 'expensesDiff')) {
                  e.cell.style.backgroundColor = "rgb(244, 121, 131)";
                }

Richard.Ma 发表于 2020-9-28 18:19:46

问题已经收到,明天早上验证后给您回复

KevinChen 发表于 2020-9-29 08:58:46

可以尝试getCellElement获取cell的html元素,
https://demo.grapecity.com.cn/wijmo/api/classes/wijmo_grid.gridpanel.html#getcellelement
或者直接绑定Class:
https://demo.grapecity.com.cn/wijmo/api/index.html#toggleclass
页: [1]
查看完整版本: 单元格背景色