We are in the process of implementing your grid in our prod


We are in the process of implementing
your grid in our product. I have following question in that regard:

 We are using several combo boxes in grid, when
we leave any combobox open and scroll the grid, combo box does not stick to its
position and it looks quite weird. We need to fix it urgently.


The
problem can’t be fixed. You can use onScroll event with next workaround:


           
grid.setOnScrollHandler(function(){


                       
grid.editStop();

            });