Search

 

September 2005
S M T W T F S
« Aug   Oct »
 123
45678910
11121314151617
18192021222324
252627282930  

Tags

Archives


« | Main | »

Cell Renderers

By Rich Tretola | September 15, 2005
2,801 views

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

Topics: Flex, Tutorials | No Comments »

Comments