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
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: