3 Answers, 1 is accepted
0
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
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.