We found that if we use the editor function of PQgrid
obj.editor={type:'select',options:xoption};
the input field (combobox and textarea) is fixed with a width 10px smaller than the cell
which make a strange gap in between the cell border.
(pic1.jpg)
I try to change the width and height to inherit it in chrome debugger, it shows perfectly fit with the cell
(pic2.jpg)
although i try to modify the CSS of the class, it is overrided by the style="89px" of the combobox.
(pic3.jpg)