This is very help full. Just need to make sure the order at which events f

This is very helpful. Just need to make sure the order at which events fire when a user selects another row while the edited cell still has the focus. Obviously Grid Row Selection event fires first. Looks like GridFastNav CellEditListener fires before GridFastnav EditorOpenListener. I am using this order of events to update other cells in the edited row when cell focus lost happens due to row change.

Thanks for your feedback. I have actually not paid that much attention to the order of the events being fired, but yes, you are right that in some use cases it makes difference.