单击 AdvancedDataGrid 单元格并更改其颜色

发布于 2024-09-26 14:20:16 字数 322 浏览 5 评论 0原文

简单(?)问题:以编程方式更改用户最近单击的 ADG 单元格的样式的最简单方法是什么?重要提示:我假设单元格不可编辑,并且选择模式为 singleRow,即特定单元格需要以与作为所选行一部分的标准突出显示不同的方式呈现。

我发现 这篇很棒的文章让我非常接近,但我有点卡住了。

感谢您的帮助!

simple (?) question: what's the easiest way to programmatically change the style of an ADG cell most recently clicked by the user? Important note: I'm assuming cells not to editable and the selection mode to be singleRow, i.e. the specific cell needs to render differently from the standard highlight that comes with being part of the selected line.

I've found this great article that gets me pretty close, but I'm a bit stuck.

thank you for your help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

林空鹿饮溪 2024-10-03 14:20:16

没关系——我想通了。我监听 ADG 上的 itemClick 事件来确定哪个单元格被单击,然后调整上面文章中的代码以仅对已单击的单元格着色。

Never mind - I figured it out. I listen to the itemClick event on the ADG to figure out which cell has been clicked on, and then tweaked the code from the article above to only color the cell that has been clicked on.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文