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
With a tree grid, we have certain column as editable(using gridx/modules/Edit). When changing the cell value in the child row, the expected behavior is to cancel the change. But this only works with the parent row, and cancelling child row value change only works in IE.
From Tree.js and Edit.js, it seems Esc key press event handler loses the focus on cell editor, which makes it not in editing mode and fail to revert the change..
This may worth more investigating as a bug.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
With a tree grid, we have certain column as editable(using gridx/modules/Edit). When changing the cell value in the child row, the expected behavior is to cancel the change. But this only works with the parent row, and cancelling child row value change only works in IE.
From Tree.js and Edit.js, it seems Esc key press event handler loses the focus on cell editor, which makes it not in editing mode and fail to revert the change..
This may worth more investigating as a bug.
Thanks!
The text was updated successfully, but these errors were encountered: