Relax Breath of Solution.

Just I wanted.. Do you?…

Filtering and formatting data in the DataGrid component

The DataGrid component lets you easily filter data based on user input and present both the data and the data grid with your custom formatting. This article shows you how to do the following tasks with data grids: Filtering items in a data provider When building applications you’ll want to give the user a quick, […]

Dynamically creating a DataGrid instance

When creating projects with components, you’ll often need to create a component instance dynamically instead of at authoring time. Creating a component dynamically allows your applications to be more flexible and your code to be slightly more portable because you can add, reposition and resize instances using ActionScript. There are two main ways to create […]