Accesing a dataGridColumn from an itemrenderer

Hello friends,

I have a problem.

I have a dataGrid with a custom dataGridColumn having as itemRenderer MyItemRenderer.

My problem is that I want from MyItemRenderer to access informations in the dataGridColumn. More exactly I would like for an itemRenderer I would like to know the associated dataGridColumn.

Thank You in advance.