ParamQuery grid support forum

General Category => Bug Report => Topic started by: developer1 on May 03, 2022, 03:10:34 pm

Title: After reached the last row, ON Enter button press focus is not move
Post by: developer1 on May 03, 2022, 03:10:34 pm
Please check the below link,

https://jsfiddle.net/gjh95fLx/1/

focus will not move after reached a last line instead of its going to stuck  the UI
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: paramvir on May 03, 2022, 03:42:36 pm
Focus would not move after reaching the last cell in last line because it has no where to go. To move the focus to next control in the page, Tab is used.
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: developer1 on May 04, 2022, 05:34:41 pm
Check the image, still facing same issue

https://jsfiddle.net/gjh95fLx/1/
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: paramvir on May 04, 2022, 07:33:11 pm
The issue is caused by the following event listener

Code: [Select]
scroll: function () {
     this.quitEditMode();
}

It works fine without it: https://jsfiddle.net/x1ehdntf/
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: developer1 on May 09, 2022, 03:54:39 pm
This topic is moved to Bug department.

Therefore, How much time it will rectify the issue?

We would like to know about the number of days will take to resolve it.
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: developer1 on May 27, 2022, 05:56:01 pm
We would like to know about the number of days will take to resolve it.
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: paramvir on June 01, 2022, 06:41:02 pm
Its resolution is mentioned in my previous post.

The issue is caused by the following event listener

Code: [Select]
scroll: function () {
     this.quitEditMode();
}

It works fine without it: https://jsfiddle.net/x1ehdntf/
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: developer1 on June 02, 2022, 10:33:47 am
I know but when I had removed below code,
scroll: function () {
     this.quitEditMode();
}

cell will be sticky.
You can check attached screen shot.
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: paramvir on June 02, 2022, 10:41:39 pm
Thanks for the clarification.

Support for editor scroll along with the table has been added in the upcoming version.
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: developer1 on June 03, 2022, 11:44:20 am
How much time it will take to resolve this query?
Already 1 months over....
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: developer1 on June 07, 2022, 12:18:39 pm
After update the 8.4 version, issue remain for same
We are unable to move next row.
Please check and confirm from your side
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: paramvir on June 07, 2022, 01:36:44 pm
As mentioned earlier moving to next row was never an issue and its resolution is mentioned in my previous post.
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: developer1 on June 07, 2022, 07:41:11 pm
Did you read my concern properly or not?

Check the below conversation.....and your replied for that


Re: After reached the last row, ON Enter button press focus is not move
« Reply #7 on: June 02, 2022, 10:33:47 am »
Quote
I know but when I had removed below code,
scroll: function () {
     this.quitEditMode();
}

cell will be sticky.
You can check attached screen shot.


==========================
YOUR REPLIED WAS,
===========================
Posted by: paramvir
« on: June 02, 2022, 10:41:39 pm »Insert Quote
Thanks for the clarification.

Support for editor scroll along with the table has been added in the upcoming version.



So, What's going wrong with us
Title: Re: After reached the last row, ON Enter button press focus is not move
Post by: paramvir on June 07, 2022, 09:40:40 pm
Hi developer1

I read your messages properly and reply accordingly.

your message
Quote
After update the 8.4 version, issue remain for same
We are unable to move next row.

My reply
Quote
As mentioned earlier moving to next row was never an issue and its resolution is mentioned in my previous post.

If your intention was to ask about cell sticky editors, you are requested to write it clearly.

Anyway, as you can see in most of the online examples, https://paramquery.com/pro/demos, cell editor moves along with the grid scrolling. So replace all your old SDK files with new v8.4.0 ones and hard refresh the browser cache.