I think I found the answer searching the web. We can set the same property on the columns itself.
0
Vessy
Telerik team
answered on 14 Jul 2026, 08:54 AM
Hello, Jyothi,
To allow sorting on all columns except a specific one in the Kendo UI for Angular Grid, you can set [sortable]="true" on the grid, and then set [sortable]="false" on the column you want to exclude from sorting. Here’s how you can do it: