When applying a Template via the GridModel object like:
model.Columns[0].Template = "<a href=\"/blah/{{html id}}\">{{html name}}</a>";
OR
model.Columns[0].Template = "<a href=\"/blah/${html id}\">${name}</a>";
Results in all the OTHER columns in the grid displaying their {{html}} template (probably a default?)! For example:
Col1 Col2 Col3 Col4Test {{html Col2}} {{html Col3}} {{html Col4}}
What's going on here? Setting the templates for these columns has no effect.
Thanks, Tom
Right, it might have something to do with my column names having slashes in them...
I managed to fix it by