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
115
Editable row Iggrid (semi) readonly, weird behaviour
posted

When cell editing is attempted in an igGrid, and all the others cells on the same row are read-only, the Done button is disabled even if the current cell has been modified. After a row with more editable cells is edited, then when editing the row with only one editable cell the Done button correct behavior is restored.

All read-only cells are disabled using “editCellStarting” method.

Please check this out here: http://jsfiddle.net/D3uPN/4/

Edit first row and change cell value, “Done” button still disabled.

Cancel and edit second row, press done.

Edit first row, now the “Done” buttons works correct.

Am i doing something wrong, or is this a bug?

Parents Reply Children
No Data