Search code examples
kendo-gridtelerik-grid

What is the event to handle row select in Kendo


I have a Kendo Grid in which I want to add an event handler for row select. In the Telerik Grid, the code is

ClientEvents(events => events.OnRowSelect(""))

However, I can not find OnRowSelect in Events in Kendo. How to do it? Thanks.


Solution

  • I believe you still have to respond to the change event. See the Telerik help for the Grid event change:

    http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-change