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

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -