Enabling editing of a cell based on other cell value dynamically.
New DiscussionHi 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
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
6 Created On
Apr 02, 2019 Last Post
6 years, 11 months ago