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
65
Enabling editing of a cell based on other cell value dynamically.
posted

Hi Guys,

I have an ig-grid with 10 columns in which 5 columns are editable and 5 are read only. I'm handling this via editCellStarting.

Among the editable columns is a dropdown/igcombo and upon the option selected from the dropdown, I need to enable the editing for one of the columns which was earlier read-only/disabled. I have the selectionChanged event of the igcombo but not sure how I can get the cell to be editable.

I tried the following but it's not working. It throws an error saying an edit is already in progress.

$('#grid1').igGridUpdating('startEdit', 1, 1); 

Appreciate your help.

Thanks,

Shahrukh

Parents Reply Children
No Data