I need to set the focus on a Kendo UI Grid to a specific cell, in the first row during the DataBound event. I'm using Kendo for MVC, here is the definition of my column:
columns.Bound(o => o.QtyCurrentlyReceived).Width(75).Title("Qty Curr Rx");
I need to set the focus on a Kendo UI Grid to a specific cell, in the first row during the DataBound event. I'm using Kendo for MVC, here is the definition of my column:
columns.Bound(o => o.QtyCurrentlyReceived).Width(75).Title("Qty Curr Rx");
Okey then this is the code that should do the work for you: