Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
725
UltraWebMenu or WebDatamenu: working with MVC?
posted

Hello,

I have seen the forum question regarding controls for MVC.

I 'm not sure now if I can use some of the already existing controls within MVC , like webdatamenu and/or ultrawebmenu.

I have made the following test in MVC:
I have created a three column layout within master page and at the top a navigation area (content placeholder) to be used later on for webmenu with four items. The user should be able to call pages (views) from there.

In the info view (inheritated from master page), I have added the content control and added there the IG ultrawebmenu control with the four items.

I have noticed now that the four items are visible (even with background image) but I cannot navigate that means the hover and active and selected state is not rendered. In other words, you should normally see another colour if you hover over the item and finally navigate to the target URL as given in that item. This does not work.

The Infragistics.Web.Mvc assembly and corresponding script manager is added onto the master page. The EnableViewState is set to false, enhanced rendering is set to TRUE, compact rendering to FALSE.

Is something missing?

Yours
Stephan