I have a grid with the following template columns:
columns.Template("<input type='checkbox' />");
columns.Template("<input type='hidden' value='#=Ssid#' />");
Html.Kendo().Template().AddHtml() cannot be used because it does not return a string.
How can I rewrite the code to be compatible with a strict content security policy (e.g. without using unsafe-inline)?
Thank you