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

[Solved] Override cursor when drag row enabled

3 Answers 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael Dunbar
Top achievements
Rank 2
Michael Dunbar asked on 24 Jul 2009, 08:50 AM
Hello,

I am trying to override the cursor when AllRowsDragDrop is set to true on the grid. I want to show the user the default cursor but the grid seems to want to override this with the standard drag and drop cursor. I tried the following but it didn't work:

function onRowMouseOver(sender, args) { 
       //gets the grid to be dragged from 
       grid = sender; 
       // overrides the cursor 
       document.body.style.cursor = "default"
   } 

Any ideas?

Thanks,

Michael

3 Answers, 1 is accepted

Sort by
0
Michael Dunbar
Top achievements
Rank 2
answered on 24 Jul 2009, 02:16 PM
Telerik are you not able to offer any advice here?
0
Martin
Telerik team
answered on 27 Jul 2009, 01:45 PM
Hi Michael,

One possible reason could be that you are currently using the default cursor.
I would offer you to try to change the cursor to some of the other options like "crosshair" for example.
Let us know if you need further assistance.

Kind regards,
Martin
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Michael Dunbar
Top achievements
Rank 2
answered on 27 Jul 2009, 02:06 PM
Hi,

Thanks for the reply. I eventually figured it out. It was down to some other script in the application that I had missed and had nothing to do with your controls.

Thanks,

Michael.
Tags
Grid
Asked by
Michael Dunbar
Top achievements
Rank 2
Answers by
Michael Dunbar
Top achievements
Rank 2
Martin
Telerik team
Share this question
or