You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I change IgrColumn's editable from button to false while editing a cell, cell editing is canceled, but if I change it back to true and double click on the same cell, it does not go into edit mode.
*Once the other cell is put into edit mode, the problem is resolved.
The reproduction procedure is as follows
Activate editing with the Edit ON button.
Double-click any cell in Column1 to start editing.
Consecutively click Edit OFF button → Edit ON button while the cell is being edited (cell editing is canceled).
Double-click the cell in step 2→Cannot start editing.
If I change IgrColumn's editable from button to false while editing a cell, cell editing is canceled, but if I change it back to true and double click on the same cell, it does not go into edit mode.
*Once the other cell is put into edit mode, the problem is resolved.
The reproduction procedure is as follows
Here is a sample to reproduce the issue.
grid-change-editable-bug.zip
The text was updated successfully, but these errors were encountered: