Categories | Question details Back To List | ||
We are in the process of implementing
your grid in our product. I have following question in that regard:... 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.Answer posted on Mar 14, 2007 14:33 The problem can't be fixed. You can use onScroll event with next workaround: grid.setOnScrollHandler(function(){ grid.editStop(); });Answer posted by Andrei (Support) on Dec 04, 2014 21:55 Not much can be said in addition to the reply above, but you also can check download java script mobile and ajax datagrid example and find out what we have probably missed in our explanation. |