flex - How to set a style for a cell in datagrid -
I am using a datagrid in Flex and need to present each cell with a different style. What is the best way to set a style in a granular cell in the Dietgrid / Advanced DataGrid (Flex)?
I think a possible choice can extend the datagrid and override the downloaded background function. Apart from this, I can use some properties similar to some custom item renderers or chain labels function, where it was used to return the label, we need a style.
Thanks in advance.
I think the item renderer is your best choice, you can use a canvas as your renderer The cell can be used and its data can be based on it.
Comments
Post a Comment