OnChange and OnBlur event for editors (TelerikTextBox, NumericTextBox, and others) is not fired in InCell edit mode with Tab key.
onkeydown event fires first from js, key code enter or tab will trigger the moving of the edit to next cell (and closing existing edit will call dispose of original edit template), so at onblur event of existing edit control, the control from blazor side should be disposed already. I don't think OnBlur should be handled in key navigation sequence.
but yes to OnChange should fire before closing existing control.
thanks
wei