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

Parents
No Data
Reply
  • 15979
    posted

    Hello aschoi,

    Can you specify what kind of editor you use in this column?

    Also is this editor/cell initialized as read only and do you want this cell/editor to be editable or not?

    Setting “readOnly” editor option to true normally means that the editor will not be editable.

    I am waiting for your response.

Children