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 |
Can flex applications communicate with each other on the client? : adobe flex action script
What is display list?
Difference between array and array collection?
What are the Similarities between Flex & Java?
What is default frame rate of the timeline in frame per second? : adobe flex action script
Difference between flex and flash?
What is state? What is the difference between states and viewstack in flex? : adobe flex action script
Can I continue to run flex builder 2 in parallel with flex builder 3 beta 3?
I am going to add images into a tag. How will it resize itself in adobe flex actionscript?
What is a drag manager in adobe flex actionscript?
How does item renderer work? How do we add item renderer at runtime in flex?
How do u generate random numbers within a given limit with Action script?