I have downloaded CuteEditor version 6.6 for the evaluation version and am using it with Visual Studio 2010 and .NET 3.5.
I am trying to change the Menu using ContextMenuMode, and it doesn't seem to change from the default ContextMenu. I have tried several different options, including None, but the menu never seems to change. I have also tried to disable the menu with no luck. My code is:
<CE:Editor ID="txtBioText" runat="server" Width="100%" Height="400px" ContextMenuMode="Simple" EnableBrowserContextMenu="false" EnableContextMenu="false" />
Any ideas why this isn't changing my ContextMenuMode? Do I need to use the purchased version for this to function properly?