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.
Address book example
This is a basic example of how to use the ElfGrid.
- Select a cell, then use the arrow keys to move around. Use the enter key to edit that cell. Other keyboard commands are: Tab, Esc (to cancel editing a cell), Page Up, Page Down, Home, End, and Shift or Ctrl for multiple selection.
- Enter a birthdate in the future, in this example we use a custom Validator that ensures the user cannot enter a date in the future.
- Notice the number and date formatting. ElfGrid has many column types that handle formatting, cell validation, and item editors.
