For a flex datagrid : How do I have different fonts for a column header and the text in the corresponding cells?
Here is one workaround : <mx:DataGridColumn headerText="colHeader" dataField="marHD" width="100" editable="false" fontFamily="Arial" rendererIsEditor="true" editorDataField="text"> <mx:itemRenderer> <mx:Component> <mx:Text fontFamily="myfontfamily"/> </mx:Component> </mx:itemRenderer> </mx:DataGridColumn>
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.
about » faq »
tagged
asked
4 months ago
viewed
335 times
latest activity