or
<a href="/\#/accounts/{{account.id}}/users/{{dataItem.id}}/edit">Edit</a>Hi, my name is Shigemi and I'm writing this on behalf of Adam.
I'm trying to find a way to prevent script injection and I took a short video clip to explain it:
https://www.youtube.com/watch?v=LHwr5XJl59w
Please let me know if there is a built-in function (or plan to add one) that can sanitize user input.
If not, an advise on finding a suitable HTML sanitizer would be appreciated.
Thank you
Shigemi
kendo.toString(5e15, "#,0.00")"5,000,000,000,000,000.00"kendo.toString(5e25, "#,0.00")RangeError: toFixed() digits argument must be between 0 and 20kendo.toString(5e-20, "#,0.00")"0.00"kendo.toString(5e-21, "#,0.00")RangeError: toFixed() digits argument must be between 0 and 20app.directive('ngHideGridHeader', function ($parse) { return function (scope, element, attrs) { $(element).find(".k-grid-header").hide(); }});<div kendo-grid="grid" k-options="gridOptions" ng-hide-grid-header></div>