ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: developer1 on April 06, 2022, 04:12:44 pm

Title: UI issue after cell selection and then scroll on page
Post 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
Title: Re: UI issue after cell selection and then scroll on page
Post by: paramvir on April 06, 2022, 06:57:53 pm
Editors are sticky by design. To get rid of it, please add this to main initialization options of the grid

Code: [Select]
scroll: function(){
this.quitEditMode();
},
Title: Re: UI issue after cell selection and then scroll on page
Post by: developer1 on April 07, 2022, 06:42:10 pm
That's great. Its working