ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: developer1 on April 06, 2022, 04:12:44 pm
-
Cell is going to sticky after selection and scroll through mouse
for your reference you can check attached file
-
Editors are sticky by design. To get rid of it, please add this to main initialization options of the grid
scroll: function(){
this.quitEditMode();
},
-
That's great. Its working