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.
我有一个包含很多记录的网格面板。我通过以下 CSS 对网格中的某些列进行了颜色编码。预览时看起来不错。
但是在部署之后,颜色编码会影响交替行,如下所示。
Firebug 中也没有发现错误。请帮我解决这个问题。
非常感谢!
尝试
<View> <ext:GridView StripeRows="false" /> </View>
在你的网格中