$(“#jqxComboBox”).on(‘keydown’, function (event) { if (e.keyCode == ’13’) { $(‘#stock_name’).focus() } }); is it possible?