Hi folks,
Running Visual Studio 2008, no SP1
I have the odd problem when I add contextmenu items through the gui, they show, and are editable, but do not save.
No changes get made to the declarative code when I hit OK, yet clicking the ellipsis for ContextMenus shows what I previously added.
If I save,close the file and re-open it, all contextMenus are gone.
I have rebooted ( quite a few times, disabling AV for one boot just to be sure ) , installed VS 2008 SP1, and same problem, with a small difference.
First try after SP1, It did insert
<ContextMenus>
<telerik:RadTreeViewContextMenu ID="RadTreeVdsfgiewContextMenu1" runat="server">
<CollapseAnimation Duration="200" Type="OutQuint" />
<Items>
<telerik:RadMenuItem runat="server" Text="test">
</telerik:RadMenuItem>
<telerik:RadMenuItem runat="server" Text="test2">
</telerik:RadMenuItem>
</Items>
</telerik:RadTreeViewContextMenu>
</ContextMenus>
But then immediately stopped functioning. These original changes to this one tree do persist through opens and closes, but any additional menus or menuitems do NOT show or persist.
I had added this new bare treeview for testing.
At times, I can click on the code for a treeview, and the ContextMenus property is not even visible in the properties window.
(I have a screenshot of this. Please let me know where to send/upload it.)
This behavior occurs whether the file is checked out or not.
This behavior is reproducible only in Web Content Forms.
This is a fresh install of VS2008, no addins, on a fresh OS install.
Is there a documented procedure for re-installing telerik asp.net ajax tools?
This is driving me nuts.
Any ideas?