Baiscly, I need to determine if the row is in edit mode, because when a row is selected in the grid, an ajax event is fired. When the row is in edit mode, this event throws a server error.
Thanks,
Andrew
2 Answers, 1 is accepted
0
Petur Subev
Telerik team
answered on 05 Nov 2012, 02:30 PM
Hello Andrew,
You can check with jQuery whether the row has the k-grid-edit-row class.
var isInEditMode = $(persons).data().kendoGrid.select().is(".k-grid-edit-row")
Regards,
Petur Subev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.