Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I found it!
And hope that it was Useful .
Guys You should on kendo grid UI DataBound event write blow codes::
$($("#YourGridName").data("kendoGrid").dataItems()).each(function (index, item) { $("#YourGridName").data("kendoGrid").table.find("tr")[index].cells[numberofyourgridcell].childNodes[0].src= $("#YourGridName").data("kendoGrid").table.find("tr")[index].cells[numberofyourgridcell].childNodes[0].src.replace("data:image/svgxml;", "data:image/svg+xml;"); });
because when use svg image in your razor code Automatically your image src eliminate '+' between 'svg+xml'