Working with Flex and Datagrids
Flex 3.0 offers a strong foundation of user interface (UI) controls by which users can harness a great deal of power to create beautiful UIs without having to toil in the details of low level functionality. Of these controls, the DataGrid sets itself apart by offering characteristics similar to a list or tree control (which are also listBase controls), but going further to offer an easy way of displaying columnar data without a complicated interface. In this article, I focus on creating a basic DataGrid and populating it with XML data by using only MXML tags.
- Creating a Basic Data Grid Flex provides an MXML tag to create a DataGrid. Here is our application, with the DataGrid colored in blue: lt;?xml version= quot;1.0 quot; encoding= quot;utf-8 quot;? gt; lt;mx:Application xmlns:mx= quot;http://www.adobe.com/2006/mxml quot; layout= quot;absolu...
- Creating a Basic Data Grid Flex provides an MXML tag to create a DataGrid. Here is our application, with the DataGrid colored in blue: lt;?xml version= quot;1.0 quot; encoding= quot;utf-8 quot;? gt; lt;mx:Application xmlns:mx= quot;http://www.adobe.com/2006/mxml quot; layout= quot;absolu...
