This is a migrated thread and some comments may be shown as answers.

Grid (Native) Header cell in 2019.2.621

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dhanushka
Top achievements
Rank 1
Dhanushka asked on 05 Aug 2019, 03:16 AM

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

Sort by
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
Tags
Grid
Asked by
Dhanushka
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or