Tagged Questions
1
vote
1answer
865 views
flex 3 datagrid and xmllistcollection
im trying to display content of xmllistcollection in different fields in my datagrid however unless i use an itemrenderer the value is not displaying in the grid.
the xmllistcollection is populated ...
0
votes
1answer
527 views
Flex 4 Datagrid s:MXDataGridItemRenderer issue - default styles are lost?
All, I have implemented a HeaderRenderer on all my Datagrid columns. When I do this, it appears that all the default DataGrid column header styles are being lost, eg:
When I hover over a column ...
0
votes
1answer
205 views
Flex - communicating between Itemrenderes in a single row
I have a datagrid with an XML object as dataprovider. There are 2 columns in the datagrid which have comboboxes as their itemrenderers. The rendereriseditor property is also marked true. These ...