Hi,
I have a datagrid column which is editable inside the datagrid. i
want to restrict the text in the datagrid column to 128 chars.
[Bindable]private var emailsList:ArrayCollection = new ArrayCollection
();
<mx:DataGrid id="dgNotification" rowCount="10" x="69" y="328"
width="304" height="140" editable="true" dataProvider="{emailsList}">
<mx:columns>
<mx:DataGridColumn
id="notification_datagridcolumn_emailaddress"
headerText="Email Address"
dataField="emailAddress"
editable="true" />
</mx:columns>
</mx:DataGrid>
Is it possible with the editable datagrid column?
plz help me.
Thank you,
Firoz
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---