kendo-react
kendo-react copied to clipboard
[Enhancement][Grid] sortDirection GridColumn property
Add a property to the GridColumn which sets the first sorting order whether it is ascending or descending.
This can currently be achieve, but with custom logic by handling the onSortChange event:
- https://stackblitz.com/edit/react-nhgp5w?file=app%2Fmain.jsx
Based on feedback from Ticket ID: 1636672