TreeList Resizable Columns

1 Answer 117 Views
TreeList
Janki
Top achievements
Rank 4
Bronze
Iron
Iron
Janki asked on 21 Oct 2021, 11:00 PM

I noticed on the Stackblitz code from this page on Kendo's TreeList docs, that the resizability is a little glitchy feeling (try expanding the Position column). For example, resizing a column also causes the other columns to grow or shrink in width too, and there is a noticeable jump for some columns with longer values. Is there any workaround for this or is this expected behavior?

Thank you in advance!

 

1 Answer, 1 is accepted

Sort by
1
Accepted
Stefan
Telerik team
answered on 22 Oct 2021, 11:08 AM

Hello, Janki,

This occurs as in the demo our column to not have fixed width correctly set and on the first resize the table jumps to address this.

It can be resolved by setting all column widths and setting the tableLayout to fixed. I updated the example to showcase this:

https://stackblitz.com/edit/react-xsnszo-ukd7w1?file=app/main.jsx

We will also update the demo to reflect these changes.

Additionally, I have added some Telerik points to your account for bringing this to our attention.

Regards,
Stefan
Progress Telerik

Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.
Tags
TreeList
Asked by
Janki
Top achievements
Rank 4
Bronze
Iron
Iron
Answers by
Stefan
Telerik team
Share this question
or