Completed
Last Updated: 31 Mar 2022 11:08 by ADMIN
Release 2.28.0
Wei
Created on: 26 Apr 2021 19:56
Category: Grid
Type: Feature Request
11
Trigger OnEdit, OnUpdate, OnCancel on every cell in Incell EditMode
Currently, in Incell EditMode the Telerik Grid is triggering the crud events per row. Firing the events on every cell will give the control to the customers to decide whether to update the model for every field, or conditionally based on their business logic and app setup. In addition, the Field and Value properties of the GridCommandEventArgs should be applied to ensure that the user is aware of what exactly has changed.
3 comments
ADMIN
Dimo
Posted on: 31 Mar 2022 11:08

Hello Srihari,

Please see this portal item.

Regards,
Dimo
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Nemo
Posted on: 30 Mar 2022 13:13
Hi, I see this feature is completed in 2.28.0. Can you point me to documentation showing how to get the field/cell being edited while in inline cell edit mode? Thank you.
Seth
Posted on: 16 Jul 2021 16:52

The issue I'm encountering, which I think is related:

  1. Grid is InCell
  2. Navigable is true (awesome feature btw)
  3. User edits a cell then tabs to next cell in row (which goes to edit mode... no problem so far)
  4. At this point, the user clicks <Esc> to get out of edit mode and navigate via arrows
  5. The <Esc> action loses the change made in step 3.

I need a way to capture the change made to a cell without requiring the user to navigate to another row.

Thank you! The grid has come a very long way!!