kendo grid currency format without dollar code example
Example: kendo grid currency format
{ field:"price", title:"Price", format:"{0:c2}" }
MVC
.Bound(x).Format("{0:c2}")
{ field:"price", title:"Price", format:"{0:c2}" }
MVC
.Bound(x).Format("{0:c2}")