Set cell focus
New DiscussionHow 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.
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
6 Created On
Feb 09, 2015 Last Post
11 years, 6 months ago