Telerik Grid - Trap on cell leave event -


i have grid (mvc) following set:

        .editable(editable => editable.mode(grideditmode.inline))            .navigatable()                                                  .selectable(selectable => selectable               .mode(gridselectionmode.single)             .type(gridselectiontype.row)) 

when user creates new row, or when editing existing row, need able trap when user changes value in cell , moves out of cell. need able take new contents of cell changed , processing on it. how can this?


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -