Completed
Last Updated: 02 Mar 2021 18:10 by ADMIN
Marty
Created on: 26 Feb 2014 19:54
Category: Kendo UI for jQuery
Type: Feature Request
1
Add the onRowSelect event to the grid
Please consider adding the onRowSelect event back to the grid so that it functions like it did in the free telerick code before Kendo. 

In Kendo If you have data and buttons (edit, destroy) on the same row: if you click one of the buttons it will act as if you clicked the data to select it.  Also, you have not provided any documentation as to how to work around this kind of problem.
3 comments
ADMIN
Tsvetomir
Posted on: 02 Mar 2021 18:10

Hi,

The click event no longer propagates to the row and when a built-in or a custom command button is used, the change event is not triggered:

https://dojo.telerik.com/uHIWiLAk

 

Regards,
Tsvetomir
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/.

Marty
Posted on: 05 Mar 2014 18:46
It would help to know how to implement this suggested fix when the grid is defined in razor 
@(Html.Kendo().Grid 
instead of the javascript definition shown in the example.
ADMIN
Telerik Admin
Posted on: 05 Mar 2014 15:51
I think the information from this forum thread will help you determine the clicked element in the row and execute your logic conditionally (inside the change event handler):

http://www.telerik.com/forums/grid-change-event-is-fired-during-custom-command-click

I will notify our helpteam to document this detail for people searching for this information.