Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrollToRow does not work if the paging plugin is active #2696

Open
2 of 4 tasks
cellog opened this issue Feb 22, 2020 · 1 comment
Open
2 of 4 tasks

scrollToRow does not work if the paging plugin is active #2696

cellog opened this issue Feb 22, 2020 · 1 comment
Labels
documentation enhancement Grid The DevExtreme Reactive Grid component

Comments

@cellog
Copy link

cellog commented Feb 22, 2020

  • I have searched this repository's issues and believe that this is not a duplicate.

I'm using ...

  • React Grid
  • React Chart
  • React Scheduler

Current Behaviour

As described in https://devexpress.github.io/devextreme-reactive/react/grid/docs/guides/virtual-scrolling/#scroll-to-row

if you use scrollToRow but are also using the Paging plugin, scrolling fails to detect which page the item is on before attempting to scroll.

A workaround is to manually determine which page an element is on, and seek to it.

I would classify this as a documentation problem.

Expected Behaviour

Steps to Reproduce

Link to the example that reproduces the issue: <put your link here> (you can fork one of our pre-configured examples on CodeSandbox).

Screenshots

Environment

  • devextreme-reactive: 2.4.1
  • react: latest
  • browser: any
  • bootstrap: none
  • react-bootstrap: none
  • material-ui: X
@ushkal ushkal added documentation enhancement Grid The DevExtreme Reactive Grid component labels Feb 25, 2020
@ushkal
Copy link
Contributor

ushkal commented Feb 25, 2020

Hi @cellog ,

Thank you for reporting this problem. We’ll add a note to our documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement Grid The DevExtreme Reactive Grid component
Projects
None yet
Development

No branches or pull requests

2 participants