My queries usually have some filter field(s) above the data fields. In version 8.8 and before, I had the following script in the RENDER column and the cursor would start in the 1st field. It no longer works in V9. Can anyone give some guidance please. (This, of course, is the biggest complaint of my customer!)
setTimeout (function () {
widget.element.find(".k-input").first().focus();
}, 1000);
Thanks
Bruce