Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2165
Set cell focus
posted

How to set focus on cell after user Add new row? I tried this:


$(document).delegate("#MyGrid", "iggridupdatingeditrowstarted", function (evt, ui) {
var editor = ui.owner.editorForKey("ProductName");
$(editor).igEditor("setFocus", true);
$(editor).igEditor("select");
}

But focus is still in the first cell of row.

Parents Reply Children
No Data