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

Loading panel flickers when collapsing large groups #4651

Closed
ag-petrov opened this issue Nov 7, 2018 · 1 comment
Closed

Loading panel flickers when collapsing large groups #4651

ag-petrov opened this issue Nov 7, 2018 · 1 comment
Assignees
Labels
Bug C: Grid FP: Completed Sync status with associated Feedback Item SEV: Low
Milestone

Comments

@ag-petrov
Copy link
Contributor

Bug report

When having a grid with endless scrolling and large groups, if a group gets collapsed flickering occurs.

Reproduction of the problem

  1. Run - https://dojo.telerik.com/AgAJIsAG
  2. Group by "Country"
  3. Click on the arrow to collapse the group
  4. After a couple seconds, the loading icon and the grid starts to "flicker"

More information in ticket - 1349780

@eyupyusein eyupyusein self-assigned this Feb 19, 2022
@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label Feb 19, 2022
@eyupyusein
Copy link
Contributor

The problem is related to Endless Scrolling. Here is what happens:

  1. The grid has many records.
  2. The user collapses a group which has 5000 items.
  3. The grid assigns a non-transparent overlay to show a progress indicator.
  4. The endless scroll automatically gets all grid records set by set.
  5. The grid internally has a timeout for this overlay: after loading a new portion of data finishes - the overlay is hidden in 100 milliseconds. In this scenario with many records, this time delay is not enough to overcome the overlapping mismatch. Therefore, I have increased it to 250 to fix the issue.

@kendo-bot kendo-bot added FP: In Development Sync status with associated Feedback Item FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Feb 22, 2022
@dtopuzov dtopuzov added this to the 2022.R1.SP.next milestone Feb 23, 2022
@Dimitar-Goshev Dimitar-Goshev removed the FP: Unplanned Sync status with associated Feedback Item label Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Grid FP: Completed Sync status with associated Feedback Item SEV: Low
Projects
None yet
Development

No branches or pull requests

5 participants