Author Topic: UI Issue while scroll the page after selection on Cell  (Read 409 times)

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
UI Issue while scroll the page after selection on Cell
« on: July 04, 2022, 07:32:05 pm »
Hi Paramvir,

I have attached two screen shot here.

First one, Display the selection of cell

Second one, After selection of cell while user scroll the page.

I have used below code but it will raised an issue while press the enter after reach the last cell at UI level.

scroll: function () {
                    this.quitEditMode();
                }

So, Need a solution without using above code.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: UI Issue while scroll the page after selection on Cell
« Reply #1 on: July 04, 2022, 07:43:19 pm »
it's the same issue raised by you earlier: https://paramquery.com/forum/index.php?topic=4334.0

Please remove the call to quitEditMode and use latest version 8.4.0

In 8.4.0 editor scrolls along with the viewport so no need to call quitEditMode

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: UI Issue while scroll the page after selection on Cell
« Reply #2 on: July 05, 2022, 11:23:02 am »
It's working fine without freeze the row but when I have applied freeze for first three rows its not working fine except first column.

Please check my attached screen shot and give me a solution.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: UI Issue while scroll the page after selection on Cell
« Reply #3 on: July 05, 2022, 12:10:19 pm »
Please share a jsfiddle so that I can check it.