ParamQuery grid support forum
General Category => Bug Report => Topic started by: gopigupta on September 18, 2020, 04:13:49 pm
-
If I edit any cell that cell popups and moves along while vertical and horizontal scrolling in the grid, I have installed latest version of paramquery grid (7.3.0) and I m facing this issue. I want to disable this feature. How can I disable this please help as soon as possible, Please find attached screenshot of issue:-
-
editor stays in fixed position, while the grid can be scrolled in any direction.
https://paramquery.com/pro/demos/editing_custom
Is your experience different from this?
-
Yes, I am facing the issue I don't want cell editor in a fixed position while scrolling in a grid.
-
Please use scroll event to quit editing.
scroll: function(){
this.quitEditMode();
},