wanghuan1979 发表于 2019-10-24 12:01:55

grid的cell的format

想对grid中指定的cell进行format,而不是所有cell,怎么实现?

wanghuan1979 发表于 2019-10-24 12:04:55

查过文档,感觉好像只能设整列的format,需求是想对某列的部分cell设format

KevinChen 发表于 2019-10-24 15:02:54

您好,可以用条件样式来实现,参考这个例子:

https://demo.grapecity.com.cn/wijmo/demos/Grid/CustomCells/ConditionalStyling/purejs

这个示例中,您可以在addHandler中获取行、列的值,然后通过加判断来筛选出需要加format的部分单元格即可。

wanghuan1979 发表于 2019-10-25 19:12:14

谢谢你啊

KevinChen 发表于 2019-10-28 09:06:08

不客气,感谢反馈~
页: [1]
查看完整版本: grid的cell的format