Hi,
I've a grid with detail template (another grid), all of them were defined in declarative manner, the detail grid have some columns, one of them have a defined template, but the problem is the scope of this template.
If I intended to use the column 'field' attribute, it keep always undefined, and from some inspections, I knew that it always see the parent grid row, not the detail one.
See this jsfiddle
I've a grid with detail template (another grid), all of them were defined in declarative manner, the detail grid have some columns, one of them have a defined template, but the problem is the scope of this template.
If I intended to use the column 'field' attribute, it keep always undefined, and from some inspections, I knew that it always see the parent grid row, not the detail one.
See this jsfiddle