ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: sudongol on April 14, 2021, 10:41:48 pm
-
When editing the cell, the editor (input fields) stays on screen and does not go away during scrolling. Please look at attachment for reference
-
It's by design, if you don't want it then add this to the grid initialization options:
scroll: function(){
this.quitEditMode();
},
-
I just upgraded from version 6.0 to 7.7.
Earlier version does not seem to have this issue. Do you mean it is meant to behave like this from version 7?
And is there any other ways not to have this as default behavior?
-
Earlier version does not seem to have this issue. Do you mean it is meant to behave like this from version 7?
yes, this feature has been added since v7
And is there any other ways not to have this as default behavior?
Not that I know of.
-
Thank you, Paramvir.