Hi, I am working with Julie to get this accomplished. Thanks for clarifying about the table commands, that makes sense, and the insert row, delete row, etc commands are working as desired.
However, we would like to also have an Insert Table command available at all times when the user right-clicks. I have implemented your suggestions about listening to the context menu showing event, and adding a custom context menu group. This code does put an "Insert Table" menu option in my context menu; however, it does nothing.
I would like to "steal" the built in RadRichTextBox.Commands.InsertTableCommand logic; and just put that into a context menu. Can I even do that?
Thanks for your help!
Stacey
FYI: here is my code to add my custom menu group to the context menu; again, this is adding the insert table group successfully, but when clicked, does nothing: