Author Topic: Combo box width not wider when it has opend.  (Read 1566 times)

Jignesh

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 46
    • View Profile
Combo box width not wider when it has opend.
« 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

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

Thank you,
Cherish Patel

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Combo box width not wider when it has opend.
« Reply #1 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();
},