I have a large grid with both many rows and many narrow columns. I want want to make it easier to see what column is selected by highlighting the current column in the same way that the current row is highlighted.
I tried using the GetContentStyle
event, but it seems that only the selected row is repainted, so it didn't work that great...
Do anyone have an idea how to highlight the selected column in a ExpressQuantumGrid?