or
<select id="rotation-combo" class="mycustomclass">mycustomclass" applied to it's wrapper divvar allocationGridModel = new kendo.data.Model({ id: "Symbol", fields: { IsCheckedForDelete: { type: "boolean" }, AssetClassCode: { type: "string", editable: false, nullable:false }, AssetClassColor: { type: "string", editable: false, nullable:false }, Symbol: { type: "string", editable: false, nullable:false }, SecurityDescription: { type: "string", editable: false, nullable:true }, TargetAllocation: { type: "number", editable: true, validation: { min: 0.01}, nullable:false }, DriftMin: { type: "number", editable: true, nullable:false }, DriftMax: { type: "number", editable: true , nullable:false }, MinBuyWeight: { type: "number", editable: true, nullable:true }, MinBuyValue: { type: "number", editable: true , nullable:true }, MinSellWeight: { type: "number", editable: true, nullable:true }, MinSellValue: { type: "number", editable: true , nullable:true }, SellOrder: { type: "number", editable: true, nullable:false }, IsInFavorites: { type: "boolean", editable: false,nullable:true }, Equivalences : {type : "string", editable:false,nullable:true } } });{ field: "MinBuyWeight", title: "Min Buy Weight", template: '<div style="text-align:right;">#= kendo.toString(MinBuyWeight,"0.00") # % OR</div>', width: "90px" }