ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: developer1 on July 04, 2022, 07:32:05 pm

Title: UI Issue while scroll the page after selection on Cell
Post by: developer1 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.
Title: Re: UI Issue while scroll the page after selection on Cell
Post by: paramvir 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
Title: Re: UI Issue while scroll the page after selection on Cell
Post by: developer1 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.
Title: Re: UI Issue while scroll the page after selection on Cell
Post by: paramvir on July 05, 2022, 12:10:19 pm
Please share a jsfiddle so that I can check it.