Hi,
After update from 2023.3.718 to 2024.1.319 I could no longer see icons. I understand that there has been a switch to svg icons.
I use icons like this in grid columns
columns.Bound(p => p.Id).ClientTemplate("" +
"<a href='" + @Url.Action("Details", "Orders", new { id = "#=Id#" }) + "'target='_blank' '><i title ='Show details' class='k-icon k-i-detail-section'></i></a>")
Could you please modify code above so I can understand how to use svg icons instead?
/Br. Anders