ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
UI issue after cell selection and then scroll on page
« previous
next »
Print
Pages: [
1
]
Author
Topic: UI issue after cell selection and then scroll on page (Read 436 times)
developer1
Pro Ultimate
Newbie
Posts: 44
UI issue after cell selection and then scroll on page
«
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
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: UI issue after cell selection and then scroll on page
«
Reply #1 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();
},
Logged
developer1
Pro Ultimate
Newbie
Posts: 44
Re: UI issue after cell selection and then scroll on page
«
Reply #2 on:
April 07, 2022, 06:42:10 pm »
That's great. Its working
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
UI issue after cell selection and then scroll on page