kendo mvc grid column format currency 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}")