Search:
mx.controls.datagrid

Package mx.controls
The DataGrid control is a like a List except that it can show more than one column of data making it suited for showing objects with multiple properties.
The DataGrid control provides the following features:

  • Columns of different widths or identical fixed widths
  • Columns that the user can resize at runtime
  • Columns that the user can reorder at runtime
  • Optional customizable column headers
  • Ability to use a custom item renderer for any column to display data other than text
  • Support for sorting the data by clicking on a column

The DataGrid control is intended for viewing data, and not as a layout tool like an HTML table. The mx.containers package provides those layout tools.

Datagrid Using XML

Your video will begin shortly...