This site requires the Flash player to display correctly. Go to http://www.adobe.com/go/getflash/ to download this plugin.

View the source code and download the example.

To try out this example, download the zip file and from Flex Builder go to File > Import > Import project from archive file.

Custom column example

This example shows how easy it is to quickly add custom functionality to the ElfDataGrid.

Here we have four columns, three of which are completely custom, one to display an image, one to rate the image, and one to show a combo box to select its license type. For the image column, we can lock it so the column can't be moved, resized, or edited. If a column has movable set to false, and it is on either the left or right side of the DataGrid, then no other columns can be moved past it. This is useful if you have something like a user id be the leftmost column, and you don't want other columns to be able to move past it.