Re: DataGroup custom renderer
On 7/19/13 3:58 PM, "Justin Mclean" wrote: >Hi, > >> is there something like this available for DataGroup? > >Give it an id and access via outerDocument? Isn't it just 'parent'? -Alex
Re: DataGroup custom renderer
Hi, > is there something like this available for DataGroup? Give it an id and access via outerDocument? Justin
DataGroup custom renderer
A custom item renderer for a datagrid column can access its parent like this: column.grid.datagrid is there something like this available for DataGroup? Thanks