After updating to version 2019.2.621,table headers now has anchor tags with a style set to have cursor pointer.
To reproduce, this just take a look at the overview's basic usage example here https://www.telerik.com/kendo-vue-ui/components/grid-native/
1 Answer, 1 is accepted
0
Veselin Tsvetanov
Telerik team
answered on 06 Aug 2019, 09:36 AM
Hello Dhanushka,
Thank you for the reported issue in the Kendo native Vue Grid. Here you could find the GitHub item on that. As a small token of gratitude for reporting that problem, I have updated your Telerik points.
Until the fix is provided you could use the following workaround:
.k-grid .k-grid-header .k-header>.k-link {
cursor: default;
}
Regards,
Veselin Tsvetanov
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items