Expand my Community achievements bar.

stopping DataGrid default action

Avatar

Level 1
I am creating a dynamic table that has a user defined number
of records (dates) and a user defined number of fields (jobs to be
completed on those dates). As of design time there is no way that I
can know how many of either there will be. Is there an easy way to
tell the DataGrid that I just want it to display the XML file in
the order presented instead of alphabetic? Every solution I have
come across(using columns that you must know the names of the
fields, etc.) have all assumed that the fields were known at design
time. I know I could parse the data with action script, and then
add the columns programatically, but I am new to Flex and not that
confident in action script. It is being fed by php, which I am VERY
comfortable with, if there are any tricks on that end. Any help
would be appreciated.
0 Replies