Hi,
I am working on making application CSP complaint using UI for ASP.NET MVC R1 2023 SP2 (version 2023.1.425).
Grid column is having ClientTemplate which is causing grid to be empty. This was working prior.
Below is the code snippet:
.ClientTemplate("<a target='_blank' href=" + @Url.Action("ReportRouter", "Reports") + "?reportId=#=ReportId#>#=DisplayName#</a>");
Developer tool is showing Invalid template error. I have also added
@(Html.Kendo().DeferredScriptFile())
Any input is appreciated.