I am trying to remove the Insert dropdown on the menu bar of the HtmlEditor. I tried:
bodyHtmlEditor.Toolbar.Items.Remove(ToolbarDropDownType.Insert);
but that didnt work. Also if I want to, how do I remove the whole dropdown row in the editor?
Thanks,
Jeff
Hello,
Would you take a look at this link :
http://forums.infragistics.com/forums/p/5214/24238.aspx#24238
I hope it helps
That did it! I didnt even know I could do that at design time. Saved me couple dozen lines of code. Thanks!!
-Jeff