Have cursor go to 1st filter field

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
BLOMASKY
Posts: 1473
Joined: Wed Sep 30, 2015 10:08 pm
Location: Ocala FL

Have cursor go to 1st filter field

Post by BLOMASKY »

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
BLOMASKY
Posts: 1473
Joined: Wed Sep 30, 2015 10:08 pm
Location: Ocala FL

Re: Have cursor go to 1st filter field

Post by BLOMASKY »

Jaymer, of course figured it out. Just had to change "input" to "input-inner"
Post Reply