I'm using the Kendo React TreeList and trying to lock the first two columns: one is a text column ("Name") and the other is a custom "Actions" column with buttons/icons.
The "Name" column locks correctly, but the "Actions" column only locks the header — the cell content scrolls with the rest of the grid.
I’ve used
The action cell is rendered using a custom React component inside
Is there a known limitation or workaround to fully lock custom cell columns in the TreeList?
below is one of the example that I am attaching...
please look into this and let me know
https://stackblitz.com/edit/react-kmatjerp-nshfqmfg?file=app%2Fapp.tsx
The "Name" column locks correctly, but the "Actions" column only locks the header — the cell content scrolls with the rest of the grid.
I’ve used
locked: true
and assigned proper width
, but it doesn't behave like a fully frozen column.The action cell is rendered using a custom React component inside
cell
.Is there a known limitation or workaround to fully lock custom cell columns in the TreeList?
below is one of the example that I am attaching...
please look into this and let me know
https://stackblitz.com/edit/react-kmatjerp-nshfqmfg?file=app%2Fapp.tsx