I have a simple RadMenu, with several RadMenuItem's. After the page loads, and sits there for a while, it seems that when I mouse over when of the menu items, it is doing some type of AJAX postback to the server (e.g. it can hang or delay showing the highlighted button). Is this correct ... is it doing AJAX calls for just displaying simple menu items? Is there a way to disable any/all AJAX stuff for the menu ... I just want to use it for simple menus with an onClick javascript handler.
Thanks
Thanks