2013-07-09 73 views

回答

0

你可以有一個模板進行編輯,一個用於添加:JSFiddle solution,抱歉的CSS,你需要調整標誌重置。

edit: function (e) { 
     if (isEdit) { 
       listView.editTemplate = kendo.template($("#editTemplate").html()) 
     } else { 
       listView.editTemplate = kendo.template($("#addTemplate").html()) 
     } 
    } 
相關問題