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

Context Menu or Context Menu Strip

1 Answer 86 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Abhi
Top achievements
Rank 2
Abhi asked on 23 Jun 2015, 09:45 PM

how to show custom context menu strip on gridview cell

context menu having items "red, green,purple,gray" colors

and when any color is clicked ...then background color of that particular cell should changed to selected color

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 24 Jun 2015, 12:56 PM
Hello Abhi,

Thank you for writing.

The default RadGridView context menu can be customized in the ContextMenuOpening event handler. Please refer to the Modifying the Default Context Menu help article. As to the question about customizing the cell style, the appropriate solution is to use the CellFormatting event. Our GridView >> Formatting Cells help article demonstrates a sample approach. You just need to keep to which row and column belongs the cell and apply the desired look.

I hope this information helps. Should you have further questions, I would be glad to help.
 
Regards,
Dess
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
Tags
GridView
Asked by
Abhi
Top achievements
Rank 2
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or