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