Unplanned
Last Updated: 27 Jul 2021 22:45 by Wei
Wei
Created on: 14 Jun 2021 14:42
Category: Grid
Type: Bug Report
9
OnChange and OnBlur events do not fire for some editors in InCell edit mode

OnChange and OnBlur event for editors (TelerikTextBox, NumericTextBox, and others) is not fired in InCell edit mode with Tab key.

 

1 comment
Wei
Posted on: 27 Jul 2021 22:45

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