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

Add Comment and Context Menu in GridView

1 Answer 43 Views
GridView
This is a migrated thread and some comments may be shown as answers.
smith
Top achievements
Rank 1
smith asked on 08 Apr 2009, 03:29 PM
HI
I have 2 questions
1. In radgrid  if i click the column right click need to show the context menu ,

2. if i add a comment to a prarticular column how to do using context menu (llike excel comment )


Thanks a lot

1 Answer, 1 is accepted

Sort by
0
Accepted
Antonis
Top achievements
Rank 2
answered on 08 Apr 2009, 04:15 PM
For your first question you can use the code below:

<grid:RadGridView x:Name="RadGridView1" AutoGenerateColumns="True"
    <telerik:RadContextMenu.ContextMenu> 
            <telerik:RadContextMenu x:Name="contextMenu"
                    <telerik:RadMenuItem Header="Do Somethind"/> 
                </telerik:RadContextMenu> 
    </telerik:RadContextMenu.ContextMenu> 
</grid:RadGridView>    

Tags
GridView
Asked by
smith
Top achievements
Rank 1
Answers by
Antonis
Top achievements
Rank 2
Share this question
or