Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created March 29, 2013 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lohithgn/5270282 to your computer and use it in GitHub Desktop.
Save lohithgn/5270282 to your computer and use it in GitHub Desktop.
Kendo UI Color Picker - Custom Tile Size
@(
Html.Kendo().ColorPalette()
.Name("color-chooser")
.Palette(new string[] { "#ddd1c3", "#d2d2d2",
"#746153", "#3a4c8b",
"#ffcc33", "#fb455f",
"#ac120f" })
.Value("#ffcc33")
.TileSize(30)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment