Author Topic: After reached the last row, ON Enter button press focus is not move  (Read 1253 times)

developer1

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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6113
    • View Profile
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.

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
Check the image, still facing same issue

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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6113
    • View Profile
The issue is caused by the following event listener

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

It works fine without it: https://jsfiddle.net/x1ehdntf/
« Last Edit: May 05, 2022, 12:03:20 pm by paramvir »

developer1

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

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
We would like to know about the number of days will take to resolve it.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6113
    • View Profile
Re: After reached the last row, ON Enter button press focus is not move
« Reply #6 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/

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: After reached the last row, ON Enter button press focus is not move
« Reply #7 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6113
    • View Profile
Re: After reached the last row, ON Enter button press focus is not move
« Reply #8 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.

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: After reached the last row, ON Enter button press focus is not move
« Reply #9 on: June 03, 2022, 11:44:20 am »
How much time it will take to resolve this query?
Already 1 months over....

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: After reached the last row, ON Enter button press focus is not move
« Reply #10 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6113
    • View Profile
Re: After reached the last row, ON Enter button press focus is not move
« Reply #11 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.

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: After reached the last row, ON Enter button press focus is not move
« Reply #12 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6113
    • View Profile
Re: After reached the last row, ON Enter button press focus is not move
« Reply #13 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.