Why are the columns in my datagrid in some strange order? : adobe flex action script
Answer / Rakesh Das
The columns in a DataGrid can be in a strange order due to a variety of reasons. One common reason is that the DataGrid's creationPolicy property is set to 'all' by default, which means all columns are created immediately. If the data provider changes and adds or removes columns, the DataGrid will not update its layout automatically. To fix this, you can set the creationPolicy to 'auto'. Another reason could be that the columns are defined in a wrong order in the DataGrid's columns array.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is cairnghorm in flex? How do we use it?have you worked with cairnghorn in flex?
In which level does the original movie resides? : adobe flex action script
What is an event class in Flex?
What is a view cursor?
What is adapter in blaze ds?
Explain which of the recommended character to use to separate target level paths levels?
Does exclude or exclude class really excludes the data or class?
Difference between flex and flash?
How will u call java method from flex?
Mytree appears just fine but why ca not I access the node attributes?
Difference between flash and flex?
How does item renderer work? How do we add item renderer at runtime in flex?