Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
set readonly to disable edit cell value cann't work when updating the igGrid cell value
posted

editCellStarting: function(evt, ui){ 
 ui.editor.igEditor('option', 'readOnly', true);
ui.editor.igEditor("option", "spinOnReadOnly", true);     
 }
I set the the edit cell with readOnly , but cann't work?  It still can edit. How can I set some table cell cann't 
editable that I want.
What is missing that I setted?

Thanks.