$lastGoodsgrid.on("keydown",
"[colname="F_GoodsName"] > input",
function(e) {
if (e.keyCode == 13) {
//input
}
}
how do multiple input, make the next input get focus? How do I get the next input object? Thank you