or
var 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" }template: "#= kendo.toString(\'<form name=\"form_r\" method=\"post\" action=\"activauno.asp\" onSubmit=\"return enviarForm();\"><input id=\"radio-01\" type=\"checkbox\" name=\"enviar\" value=\"1\" onClick=\"SelectedCheckBox(this,'form_r',1);\"/><button id=\"boton\"name=\"boton\" type=\"submit\"></button> </form>\') #"var datasource = $("#customers").data("kendoGrid").dataSource;datasource.options.schema.model.fields.Forename.validation = { required: false };datasource.options.schema.model.fields.Surname.validation.required = false;$("#customers").data("kendoGrid").refresh();