ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Jignesh on June 23, 2020, 08:30:10 pm

Title: Combo box width not wider when it has opend.
Post by: Jignesh on June 23, 2020, 08:30:10 pm
Hi Paramvir,

We have found an issue in PQGrid. Please follow below URL video

https://convergesolution0-my.sharepoint.com/:v:/g/personal/cherish_patel_convergesolution_com/EQSKNUc_j_BDkYTuEfO2wowBkO-Ns9_96Zj4zR9AXZaycQ?e=BsrtYd (https://convergesolution0-my.sharepoint.com/:v:/g/personal/cherish_patel_convergesolution_com/EQSKNUc_j_BDkYTuEfO2wowBkO-Ns9_96Zj4zR9AXZaycQ?e=BsrtYd)

Same issue tapping in our end. Please let us know what is solution.

Thank you,
Cherish Patel
Title: Re: Combo box width not wider when it has opend.
Post by: paramvir on June 24, 2020, 04:50:02 pm
Resizing editor is not supported.

You may add this to close the editor when column is resized.

Code: [Select]
columnResize: function(){
this.quitEditMode();
},