doesnt work for me
console error: VM32871:2 Uncaught ReferenceError: widget is not defined
at eval (eval at runScript (aware.js?V2709:1), <anonymous>:2:1)
I put this code in the Section Render Script - I have 3 Sections and need to set focus on a field when I click on the 2nd Section:
setTimeout (function () {
widget.element.find(".k-input").first().focus();
}, 400);
For reference, we need to realize there are Init & Render scripts available for BOTH the Form and each Section (tab).
For testing, I actually put this in Form Render, and both Section Renders.
I get the same error. "widget" is not correct here