2017-07-20 7 views

答えて

1

あなたがさて、これはまさに、それは私が考えて開かれた後には、ちょうどすぐにそれを閉じ、開放を防止されていない

edit: function(e) { 

     //add your custom logic here as if condition 
     //as for this example it just disable the one with id 1 
     //or maybe ada a new attribute like isEditable = boolean upon datasource.parse then check it 
     if (e.model.id == 1) { 
     //revert edited cell back to `read` mode 
     this.closeCell(); 
     } 
} 

のような編集機能を利用することができます。私は変更を見ることができないので実行可能なオプションです。作業例dojoこれは実際にはkendo forum here

関連する問題