DataGrid OnSelectedRowStyling #2028
jklongwith
started this conversation in
General
Replies: 1 comment 1 reply
-
I just tried it and the Class and Background gets applied. But the problem is that other CSS styles have a higher priority and they are winning over your applied styles. To make it work you can try with more specific CSS selectors for your class names. eg. instead of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In version 0.9.2, I was able to assign a Class and a Background on a selected row using OnSelectedRowStyling. In version 0.9.3, this no longer works. Any chance this is being fixed? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions