Hello,

I have been working on a solution to make some sort of property grid in 
Flex and I have been using the DataGrid. Only I am experiencing some 
problems with it.
The datagrid consists of two columns called "name" and "value". The 
second value is a column where I used a custom itemRenderer to change 
the input editor
based on given instructions in the dataProvider.

Only I am sadly enough I am experiencing some strange problem with it. 
The problem is that when I am filling the dataProvider and later clear 
the dataProvider
and then add some data again. The input editors in the second column 
don't match the title shown at the first column. The input editor will 
move one row time
each time you are refilling it.

I have made a Flex project which reproduces this problem. Does anyone 
know how this problem can be fixed?

The download can be found at:
www.dustyfrog.nl/dropbox/dbgrid_problem.zip

Also does anyone know a better or different approach to accomplish the 
same in a way without the above mentioned problem?

The code is based on code from Tink

(I am bit disparate)

Yours,
Weyert

Reply via email to