• Home
  • About Me
  • AIR Central
  • AS3 Libs
  • Books
  • Flex Central
  • Resources
  • The Guru's
  •  

    Cell Renderers

    Cell Renderers are relatively simple to setup but there are a few things to lookout for. The first is the setValue method that will be automatically called by flex whenever the grid is scrolled. This will ensure that the values stay in their correct cells. The second is the change handlers and click handlers that keep the grid up to date when the TextInput value changes or the CheckBox is selected. This sample can be downloaded here.

    Run This Code

    Download This Code

    Leave a Reply