Can i enable resizing of only some specific columns in the treelist component of kendo

1 Answer 10 Views
TreeList
sunil
Top achievements
Rank 1
sunil asked on 24 May 2024, 06:11 AM

Hello All,

 

I am using treelist component of kendo react, in that treelist i wnated to allow resizing only for some specific columns but not for all the columns is this possible ?

 

Thanks in Advance..!

1 Answer, 1 is accepted

Sort by
0
Filip
Telerik team
answered on 27 May 2024, 08:30 PM

Hi, sunil,

To allow resizing only for some columns, you can set the `resizable` prop to false for the ones that must not be resized inside the `columns` array. I created an example that showcases this approach here, where only the `Name` column can be resized:

https://stackblitz.com/edit/react-yxyqeh-boihme?file=app%2Fmain.jsx

I hope this helps, but please let me know in case further assistance is required.

Regards,
Filip
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

Tags
TreeList
Asked by
sunil
Top achievements
Rank 1
Answers by
Filip
Telerik team
Share this question
or