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

[Solved] right click menu on GridHTMLEditorColumn

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mac
Top achievements
Rank 1
mac asked on 01 Jun 2009, 05:19 PM
How can I get the right click menu on my telerik:GridHTMLEditorColumns? I have the following in my grid

<

 

telerik:GridHTMLEditorColumn EditFormColumnIndex="0" Visible="false" DataField="Summary" HeaderText="Summary" />
when I right click the window..nothing happens. It is nice to have the copy/cut/paste options like the normal editor. I checked the intellisense and nothing popped out at me.

mac

 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Jun 2009, 09:55 AM
Hi,

This seems to occur in the IE browser and not oher browsers like FireFox, Chrome, etc. and i could replicate the issue at my end in IE.
To get around this I would suggest you to use a GridTemplateColumn with a RadEditor in its EditItemTemplate to achieve the required functionality as the menu for RadEditor control seems to work in IE.

-Princy.
Tags
Grid
Asked by
mac
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or