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

Right Click Context Menu Icon

2 Answers 189 Views
GridView
This is a migrated thread and some comments may be shown as answers.
SarperSozen
Top achievements
Rank 1
SarperSozen asked on 21 Nov 2015, 10:51 PM

Hello,

Can we add icon to right-click context menus' left side? If yes, how?

Kind regards,

Mehmet.

2 Answers, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 23 Nov 2015, 07:54 AM
Hello Mehmed,

Thank you for writing.

The images in the left column are part of the menu items - each menu item can have its own image. These images are being assigned to the Image property of the RadMenuItem:
RadMenuItem item = new RadMenuItem();
item.Text = "some text";
item.Image = myImage;
contextMenu.Items.Add(item);

I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.

Regards,
Stefan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
SarperSozen
Top achievements
Rank 1
answered on 27 Nov 2015, 11:37 PM

Hello,

Thank you very much for your interest and support.

Kind regards,

Mehmet.

Tags
GridView
Asked by
SarperSozen
Top achievements
Rank 1
Answers by
Stefan
Telerik team
SarperSozen
Top achievements
Rank 1
Share this question
or