Re: DataGroup custom renderer

2013-07-19 Thread Alex Harui
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

2013-07-19 Thread Justin Mclean
Hi, > is there something like this available for DataGroup? Give it an id and access via outerDocument? Justin

DataGroup custom renderer

2013-07-19 Thread mark goldin
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