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

Rows misaligned when using Grid with GroupPaging and Locked columns #6513

Closed
kendo-bot opened this issue Aug 5, 2021 · 2 comments
Closed
Assignees
Labels
Bug C: Grid FP: Completed Sync status with associated Feedback Item SEV: Low
Milestone

Comments

@kendo-bot
Copy link
Contributor

Bug report

When the grid uses GroupPaging, Locked columns and one group spans over two pages, the header rows on the second page are misaligned.

Reproduction of the problem

  1. Create a Grid with GroupPaging and Locked columns.

  2. Expand a group that should span over the next page.

  3. Navigate to the next page.

  4. Rows are misaligned.

TicketID:

1526394

Environment

  • Kendo UI version: 2021.2.616
  • jQuery version: 1.12.4
  • Browser: [all]
@kendo-bot kendo-bot added the FP: Pending Review Sync status with associated Feedback Item label Aug 5, 2021
@CecoMilchev CecoMilchev added Bug C: Grid FP: Unplanned Sync status with associated Feedback Item jQuery1 SEV: Low and removed FP: Pending Review Sync status with associated Feedback Item labels Aug 5, 2021
@CecoMilchev
Copy link

CecoMilchev commented Aug 5, 2021

The groups in the group paging of the grid are considered as distinct items. That is why the function for the rendering of the header rows checks if the grid has grouping or group paging. This logic is not existent in the rendering for the locked table:
locked table missing logic

@NikoPenev21
Copy link
Contributor

Replicable also with Virtual scrolling.

TicketID: 1551821

Dojo: https://dojo.telerik.com/EVAvEZaj
Recording of the problem provided in the ticket.

@kendo-bot kendo-bot added FP: Unplanned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Mar 30, 2022
@gdenchevprog gdenchevprog removed the FP: Unplanned Sync status with associated Feedback Item label Mar 30, 2022
@dtopuzov dtopuzov added this to the 2022.R1.SP.next milestone Apr 7, 2022
@dtopuzov dtopuzov closed this as completed Apr 7, 2022
@kendo-bot kendo-bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Apr 7, 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