The following code used to show a combo box in the grid on double click.
Now, it does not seem to work.
It shows the combo box in column 1, row 1.
However, when double clicking on any other cell, is doesn't display a combo
Just figured out that it works if I use obj.getRowTemplate(row).refresh() instead of obj.getCellTemplate(col, row).refresh().
So, maybe its a bug in getCellTemplate() ?