Author Topic: UI issue after cell selection and then scroll on page  (Read 414 times)

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
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();
},

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
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