The following quick start demonstrates how to customize data grid columns, sort data grid columns numerically, format numbers in data grid columns using a custom label function, and how to specify a custom text format for both data grid headers and data grid rows.
There are two main ways to add columns to a DataGrid instance:
addColumn() or addColumnAt() method.addColumn() or addColumnAt() method.By using the DataGridColumn object, you can control additional attributes of the data grid column, such as the following: Read more…
home |
about | submit an Application | tags | site map | contact us
© Learn Flex 2008, All rights Reserved.

