Greetings - My data grid has the notion of a column of data being selectable. When selected the column displays a light background color indicating it's selected state. Luckily AdvancedDataGridColumn has a backgroundColor attribute. Unfortunately it does not have a backgroundAlpha attribute meaning that when the column is selected it covers the alternating row colors. Looks bad and decreases readability.
Any suggestions? Any way to create my own version of AdvancedDataGridColumn and reference it from AdvancedDataGrid? (I've done this with AdvancedDataGridHeaderRenderer for example). cheers, ethan

