Mx:Grid is not a data-driven control, just a plain container.
To make it data-driven you will either need to use a repeater inside it or use AS, like the addChild() method to create the children. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of bghoward3 Sent: Wednesday, December 06, 2006 3:23 PM To: [email protected] Subject: [flexcoders] itemrednerer in griditem? hello i cant seem to find any examples of a itemrenderer wrapped in a griditem i have succesfully made the connection using datagrids ie <mx:DataGridColumn dataField="INTSWAMMTGID" headerText="Report"itemRenderer="renderer.ReportButtons"/> but not sure how to set up the data to send to an itemrender within a griditem <mx:GridItem dataField="{wsDashBoard.checkMilestoneDoc.lastResult.getItemAt(0)}/ {wsDashBoard.checkMilestoneDoc.lastResult.getItemAt(1)}" headerText="Report"itemRenderer="renderer.ReportButtons"/> does not work as there is no datafield proprty in a griditem how would i go about doing this, i am trying to pass my itemrender 2 values. thanks for any examples

