I’m evaluating DeveloperExpress WPF controls. How can I change the BackgroundColor of the current row of DevExpress GridControl?
I’m evaluating DeveloperExpress WPF controls. How can I change the BackgroundColor of the current
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I agree with Marc, generally the best place to find the solution for 3’rd party controls is their documentation and forums; here is a code snippet from devexpress forum post –
http://www.devexpress.com/Support/Center/p/E2066.aspx
I think the key here is to use
Property="dxg:GridViewBase.IsFocusedRow"in trigger.