Not sure if this is an exact match, but it something that I use for connecting
custom item renderers.
<excerpt>
var renderL:ClassFactory;
…
colL = new AdvancedDataGridColumn();
renderL = new ClassFactory(CellsField);
colL.itemRenderer = renderL;
</excerpt>
CellsField extends TextInput.
Ciao,
Paul Hardiman
> On Nov 1, 2014, at 1:39 AM, sam991 <[email protected]> wrote:
>
> I have tried doing the same, but when i click the text input, it shows null
> value.
>
> i have used text={data.@fieldname}
>
>
> Thanks,
> Samarth
>
>
>
> --
> View this message in context:
> http://apache-flex-users.2333346.n4.nabble.com/Dynamic-Item-Editor-for-Advance-Data-Grid-tp8564p8566.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>