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”);
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Okey then this is the code that should do the work for you: