I get the following warnings when I compile with dataGrid columns in
my datagrid.

Unable to resolve dependency on _DataGridColumn3_c.

Any ideas on how to resolve this?

DataGrid in question
<mx:DataGrid id="linksGrid" dataProvider="{linksDataObject}">
      <mx:columns>
            <mx:DataGridColumn headerText="Linked Customer"
dataField="formatted_name" />
            <mx:DataGridColumn headerText="Link Type"
dataField="value_description" />
            <mx:DataGridColumn headerText="Job Title"
dataField="job_title" />
            <mx:DataGridColumn headerText="Customer"
dataField="type"/>
      </mx:columns>
</mx:DataGrid>     

Josh





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to