I have some problem with itemRenderer for DataGrid. How can I pass
some information to it - especialy how can the Renderer know which
column it should render ?

In most examples dataGrid is used to show simple grids where columns
are like 'address', 'image'  and renderer references it in 'static' 
way like  - ' data.image'

How about an example where we would like to have three columns
'image1', 'image2','image3'  and render each one with the same
renderer ? How can we rich the dataField property from itemRenderer
component ?

I`ve found a solution with using Factory and some bind params but i
think that it`s overcomplicated.


Regards.

Reply via email to