Hi Brenden,
Thank you for replying,
I'm using Kentico 8.1, Code is located in the .cs file of the user control and I'm using CMSRepeater control.
my main senario is I have a mega-menu which displays various document types and each hover state displays sub levels in different lay outs
example
What we do (MenuItem)
|
|--->Digital (Product Category) => The product category lay out is different from Solution Category
|
|---eCommerce (Product)
What you want
|
|---->Find Customer (Solution Category) => The solution category layout is different from Product category
|
|-----> Build Brand Awareness (Solution)
If user changes the "MenuType" from dropdown then the mega menu layout needs to be changes.
example : If menu type is changed to TYPE-1 from being TYPE-2. Then the layout should change as well.