So in my code i have like a Next/Previous button which allows a logical navigation thru the contents of the combogrid. It's time based data you see.
In my button i do something like:
$('#comboSearch').combogrid('grid').datagrid('selectRow', newindex);
and this fires off a 'onselect' event.
If i drop down the grid, why would i call selectRow again? that will fire off another onselect no?
I've used selectRow but the highlighted item does not scroll into view. The combogrid example/demo you have also exhibits this behaviour)