Dear Ravi,

This is the way i am providing the data to Datagrid.

<mx:DataGrid id="dgMain"
                dataProvider="{main.dataCollection}"
                width="4500"
                height="414" >

        <mx:columns>
             <mx:DataGridColumn headerText="Sl No"  dataField="SN"/>
             <mx:DataGridColumn headerText="fieldA"
dataField="fieldA"/>
        </mx:columns>
</mx:DataGrid>

and i am not sure where to use watch class.
Can you explain it bit elaboarately.

Thanks and regards
Sudhi
--~--~---------~--~----~------------~-------~--~----~
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