Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 Janus 3.5 与 C# 一起使用。我有一个网格(GridEX)并实现了“FormattingRow 事件”,通过设置它们的“GridEXCell.FormatStyle”来更改某些单元格的背景颜色。这工作正常。
但是,一旦选择了我的网格的一行,我的单元格格式就会被在“GridEX.SelectedFormatStyle”级别定义的格式覆盖。
我怎样才能避免这种情况?
谢谢,
丹尼