I am not sure if this has been asked already. If yes, please point me to that thread.
Use case: This happens when a row template is implemented in Grid. If the content of cell is edited and tab key is pressed, the focus jumps to next item. But the edited cell still maintains the editor.
Expected Behavior : As soon as tab is pressed and focus get shifted out of the edited cell, the cell should display in "normal" mode rather than edit mode.
Refer to this link for my implementation
http://dojo.telerik.com/@kamit1983/IREku/11
Thanks