I was trying to develop a complex view that is composed by the following structure:
I have a MainGrid that is editable by a custom popup template. Inside this custom popup template I'm trying to render another Grid (SubGrid) and my problem is because one field (column) of this SubGrid is DateTime. When the browser try to render this bundle it raises a JS exception ILLEGAL TOKEN, but when I remove the DateTime field of the SubGrid the browser can render normally the both grid (MainGrid with custom template and SubGrid).
Do you know if there are any issue about DateTime field on grid inside custom template editor for another grid?
How could I solve this issue ?
Thanks