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
Editor cells using 'dgrid-cellfocusin' trigger an edit of the newly focused
cell followed by a row save (if autosave is true). The save process destroys
the row, updates the data, and re-renders the row. The result is that the
newly rendered row is no longer focused. This PR keeps track of the focused
editor cell during the edit process so that when the save triggers a re-render
the editor is correctly re-activated and focused.
Fixesdojo#1298
I'm having troubles when I edit a value in a cell and then try to move the focus to the next column.
Here's a stripped down example:
http://jsbin.com/sucakuf/11/edit?js,output
The text was updated successfully, but these errors were encountered: