Completed
Last Updated: 22 Jul 2024 10:49 by ADMIN
Release 2024 Q3 (Aug)
Lee
Created on: 17 Jul 2024 20:10
Category: Kendo UI for jQuery
Type: Bug Report
1
Sticky column unsticks after clicking cancel in grid

When a column is set to sticky in a grid and the user clicks edit and then cancel, that column become unsticky for that row only. This happened when I upgraded from 2022 to 2024 so the bug was created somewhere in there. To reproduce, see this dojo: 
https://dojo.telerik.com/@dojolee/evOPeBey

  1. Shrink the right side of the screen until it is pretty small (about 700px)
  2. Click Run and make sure there is a horizontal scroll. If not, shrink the right and click run again.
  3. Scroll and notice that the first column sticks
  4. Click edit on the first row
  5. Click cancel
  6. Scroll and notice that the first row no longer has a sticky column.
3 comments
ADMIN
Martin
Posted on: 22 Jul 2024 10:49

Hello, Lee,

The behaviour is due to a known bug described here. It has been fixed for the next release in August. Until then, you can try the workaround suggested in one of the comments in the thread.

Let me know if you have any further questions.

Regards,
Martin
Progress Telerik

Do you have a stake in the designеr-developer collaboration process? If so, take our survey to share your perspective and become part of this global research. You’ll be among the first to know once the results are out.
-> Start The State of Designer-Developer Collaboration Survey 2024

Lee
Posted on: 18 Jul 2024 14:16
I noticed this also happens if the user clicks edit, makes any change, and then clicks save. 
Lee
Posted on: 17 Jul 2024 20:49
It appears the element's style attribute gets replaced with data-style-left and data-style-right, which obviously doesn't work in css.