Collapse coro (combo)

Does anyone know how to collapse a combo box when a user moves away from it? For example, I have a grid with a couple combos (coro type). If a user selects (or tabs to it) the combo, the list appears. But if the user then decides to scroll the grid or collapse the grouping, the combo box still show the list and the user cannot see what is underneath.

Not a major issue, just something that would be nice to automatically collapse if the user moves the cursor away from the combo box.

Thanks,
Brian

Please, try to use the following code:

grid.attachEvent("onScroll", function(sLeft,sTop){ grid.editStop(); });