This is a migrated thread and some comments may be shown as answers.

Trap the leave cell event

2 Answers 301 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Randy
Top achievements
Rank 1
Randy asked on 12 Apr 2017, 09:04 PM

I have an MVC grid with the following settings:

 

                .Editable(editable => editable.Mode(GridEditMode.InLine))   
                .Navigatable()                                              

When the user is editing a row, I need to be able to trap when he/she leaves a particular cell so that I can perform a lookup on the value of the cell and place a default value in another cell. 

How can I capture the event that occurs when a user leaves a cell?

 

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 14 Apr 2017, 02:59 PM
Hi,

I would suggest you to take a look at the following forum thread, which seems to deal with the same question. Another approach is discussed in this thread. They would help you achieve the desired behavior. If you have any questions on the examples provided, feel free to ask for clarifications in the respective threads.

Regards,
Dimitar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Randy
Top achievements
Rank 1
answered on 14 Apr 2017, 03:37 PM
Thank you. I'll take a look at these links. But, how in the world can the Kendo Grid not support something like this natively? This is such a common thing developers need to do.
Tags
Grid
Asked by
Randy
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Randy
Top achievements
Rank 1
Share this question
or