ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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.
-
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
-
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.
-
Please share a jsfiddle so that I can check it.