Completed
Last Updated: 07 Jun 2023 10:38 by ADMIN
Release R2 2023 (2023.2.606)
Ludek
Created on: 01 Jun 2023 12:02
Category: Scheduler/Reminder
Type: Bug Report
0
RadDragDropService: Cursor is not visible while dragging on .Net 6 platform

I have tested in brand new projects (.NET 6 and .NET Framework) and the default functionality of the drag drop services in RadScheduler and RadGridView. Indeed, the cursor is missing in .NET 6. The following screenshots illustrate the difference.

.NET 6:

 

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 01 Jun 2023 12:19

Hi, Ludek,

Thank you for bringing this to our attention. We will do our best to introduce a proper fix in the upcoming release. Currently, the possible solution that I can suggest is to set the cursor explicitly: 

            this.radScheduler1.DragDropBehavior.ValidCursor = Cursors.Arrow;
            RadDragDropService svc = this.radGridView1.GridViewElement.GetService<RadDragDropService>();
            svc.ValidCursor = Cursors.Hand;

Please excuse us for the inconvenience caused.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.