Hi Jesus,
I'm specifying the template in a Razor page, like this:
I tried this as well, to make sure it wasn't an issue with the second grid field:
${if(GridColumn1 === 1 && 1===1)} ...
The template fails to render in the grid. All I see is "#templateId" where the template is supposed to appear. The template renders correctly if I remove the second part of the conditional (1 === 1).
Thanks,
Derek B