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
975
How to set a cell editable at rumtime
posted

I tried to use the following to set a cell editable at runtime but not successful. could anyone help?

var $editor = $("#grid1").igGridUpdating("editorForKey", columnKey);

$editor.igEditor("option", "readOnly", true);

Thanks