在“onRowClick”上更改增强网格线的样式事件
我想更改网格线的颜色但不选择它。这意味着我无法使用 onStyleRow 事件,因为它仅对“selected”、“odd”或“over”事件做出反应。
有什么想法吗?
谢谢
I want to change a color of grid line but without selecting it. It means I cannot use onStyleRow event as it reacts only for 'selected', 'odd' or 'over' event.
Any ideas?
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了 updateRowStyles(idxRow) 函数,但不知道如何使用它(如何传递 syles 等),并且不确定它是否能解决我的问题
I found an updateRowStyles(idxRow) function, but no idea how to use it (how to pass syles etc.) and not sure if it will solve my problem
您无法通过这种方式更改样式:
或在布局网格中使用格式化程序
You cant change your style this way:
or use formatter in layout grid