I've spent 2 hours trying to get the colors right on a GridView......
I set the selected row color using your examples, and the RowFormatting event, but there are two colors i just can't seem to set:
- the color used when the mouse moves over a row. I've tried using the CellMouseMove (as your examples) but I them have to rest all the non-current cells back to normal, and this seems very complicated for just changing a simplecolor. Can I set this at design time? If not, how at runtime?
- same for the backcolor of the whole grid: there is a design0time BackColor on the RadRootElement, and this sometimes shows up in the designer, but not reliably. And I can't seem to set it at runtime either.
Thanks for the great support!
Ian