5 Answers, 1 is accepted
0
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
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
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:
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
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
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:
Regards,
Preslav
Progress Telerik
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.