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

Changing the mouse icon to hand for Items in DDL

3 Answers 74 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
Deasun asked on 20 Jan 2020, 03:03 PM

How do I change the mouse icon to the hand when user hovers the mouse over the items in the DDL?

 

3 Answers, 1 is accepted

Sort by
0
Nadya | Tech Support Engineer
Telerik team
answered on 22 Jan 2020, 06:03 AM

Hello Deasun,

If you want to change the mouse cursor when a mouse is over the items in the pop-up, you should access the pop-up and change the cursor to hand as shown below:

this.radDropDownList1.Popup.Cursor = Cursors.Hand;

I hope this helps. Should you have any other questions do not hesitate to ask.

Regards,
Nadya
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
Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
answered on 22 Jan 2020, 12:19 PM

Thanks very much for that.

Note I found the Popup property in VS and set it there for the hand icon.

Re-ran app and nothing changed!

I then put ur code in my C# code and the icon changed!

Thought you might want to know that. :)

0
Nadya | Tech Support Engineer
Telerik team
answered on 22 Jan 2020, 03:21 PM

Hello Deasun,

I am glad that the suggested solution works for you. Do not hesitate to contact us if you have other questions.

Regards,
Nadya
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
DropDownList
Asked by
Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
Answers by
Nadya | Tech Support Engineer
Telerik team
Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
Share this question
or