Skip to content

Instantly share code, notes, and snippets.

@jesjos
Created August 16, 2012 06:46
Show Gist options
  • Save jesjos/3367434 to your computer and use it in GitHub Desktop.
Save jesjos/3367434 to your computer and use it in GitHub Desktop.
Kendo Grid template
columns:
[{
field:"PriceField",
title:"Price",
width:80,
template: "<div class='foobar'>#= kendo.format('{0:c}', kendo.parseInt(PriceField)) #</div>"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment