You could have the property in the custom ItemRenderer itself. And then use something like:
renderer.properties = {propertyName:propertyValue}; Regards, Gaurav --- In flexcoders@yahoogroups.com, João <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a DataGrid where one of the columns has a custom ItemRenderer. > I need to pass an extra object to the item renderer (beside of the > "data" object, provided via the dataProvider). > My first option was to extend the DataGridColumn and add a public > property to pass the needed object. But I was stuck on that point > since I don't know how to access that object from the ItemRenderer. > Any suggestions? > > Thanks!, > > João Saleiro >