I got the solution:
<mx:AdvancedDataGridColumn headerText="Description" dataField="Description"
>
                                <mx:itemEditor>
                                        <mx:Component>
                                                <mx:TextInput 
maxChars="{outerDocument.maximumCharacters}"/>
                                    </mx:Component>
                                </mx:itemEditor>
                        </mx:AdvancedDataGridColumn>

i hope it will help to others

Thx
sachin Dev Tripathi


DevSachin wrote:
> 
> Hi 
> any one can tell me How to access local variable of custom itemrenderer or
> itemeditor from the application.
> Its urgent
> 
> Thanks In advnace
> -
> Sachin
> 

-- 
View this message in context: 
http://old.nabble.com/How-to-access-local-variable-of-custom-itemrenderer-tp24950736p28012515.html
Sent from the Flex India mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to