Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
350
Changing appearance of Selected Rows
posted

I have an UltraGrid set up so that the user can select multiple rows at once. I want the selected rows to all be highlighted the way the active row is, however changing the BackColor properties of the Selected Rows only changes the color of the border around the cells which is hard to see:

I can change the border color by modifying the DisplayLayout.Override.SelectedRowAppearance.BackColor property, but I need the entire row to be highlighted. How can I do this?