Hello, Ivan,
This is converted to an official public features request and the community can vote for it.
I already added your vote for convenience.
We will update the item status based on the planning.
Regards,
Stefan
Progress Telerik
Hello, Ivan,
Currently, this can be done with CSS by changing the content of the element:
https://stackblitz.com/edit/react-zkruo9?file=index.html
.k-i-sort-asc-sm::before {
content: "\e100";
}
.k-i-sort-desc-sm::before {
content: "\e101";
}
Regards,
Stefan
Progress Telerik
Hello, Ivan,
Is it possible to clarify which is the dropable area for grouping you are referring to is it this part of the Grid:
non grouped:
grouped:
If it is a different element, please share a screenshot of the element that needs to be modified and we will share the possible option in that case.
Regards,
Stefan
Progress Telerik