$j("#uom"+id+" option").next().prop('selected', true).trigger('change'); $j("#uom"+id+" option").prev().prop('selected', false);
Here am i finding the next and prev for dropdown list based on the shortcut keys to automatic option change. Like the same way i need to know the Easy UI combo grid.
Let me know the property for Easy UI combogrid to achieve the same.
#combogrid #javascript #php #dropdownlist #js #jquery #combobox