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