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

Expand/collapse button mouseover cursor is wrong

5 Answers 179 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
wu
Top achievements
Rank 1
Veteran
wu asked on 16 Apr 2019, 03:31 AM

PivotGrid/TreeList control:

Expand/collapse button's mouseover  cursor is text style,not arrow or hand icon,like the treeview control/grid control

5 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 18 Apr 2019, 01:27 PM
Hi,

I tested the behavior in our online examples and the mouse cursor looks as expected on my end. I tested the behavior with both the PivotGrid and the TreeList components. I also made a short video showing the behavior. Please take a look and let me know if I am missing something.



Regards,
Viktor Tachev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
wu
Top achievements
Rank 1
Veteran
answered on 24 Apr 2019, 01:04 AM

Hi,
My computer configuration:
    2K  14inch;
   Windows10 system;
   Microsoft Edge
Check the attach file,I record the screen, the “Pivot.jpg curosr problem;
The “Sheet.jpg” show the SpreadSheet control problem:when the cell focus, the bottom border is invisible.

 

0
Preslav
Telerik team
answered on 26 Apr 2019, 01:26 PM
Hi,

Thank you for elaborating on the scenario. I was able to replicate the problems.

For the first one, I logged this issue:
As a workaround, you could apply these styles:

.k-treelist .k-i-expand,
.k-treelist .k-i-collapse,
.k-pivot .k-i-expand,
.k-pivot .k-i-collapse {
    cursor: pointer;
}


The second one is already reported, you could follow its status here:
Finally, as a small token of gratitude for pointing us to this bug, I updated your Telerik points.


Regards,
Preslav
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
wu
Top achievements
Rank 1
Veteran
answered on 26 Apr 2019, 01:38 PM
There is the same problem with the Gantt Control!
0
Preslav
Telerik team
answered on 29 Apr 2019, 11:57 AM
Hello,

Thank you for letting us know. I updated the issue.

Until the issue is fixed, as a workaround for the Gantt, use the following CSS:

.k-gantt-treelist .k-i-expand,
.k-gantt-treelist .k-i-collapse {
    cursor: pointer;
}


Regards,
Preslav
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
PivotGrid
Asked by
wu
Top achievements
Rank 1
Veteran
Answers by
Viktor Tachev
Telerik team
wu
Top achievements
Rank 1
Veteran
Preslav
Telerik team
Share this question
or