Hello,
I am migrating a legacy application from an UltraWebMenu to a WebDataMenu. Also in this migration we are making our menu items being SQL driven. IE, we bind the menu selections by way of ADO Dataset. One tricky item to replicate is how we used to be able to embed HTML in the UltraWebMenu. Here is an example and how it looked:
I am having trouble getting this to happen in a WebDataMenu. Would you have any ideas?
<ignav:Item Text="Link to WebReports<ul><li>Assigned Vehicle Report</li><li>Employee Expense Report</li><li>Vehicle Recovery Report</li></ul>" TargetFrame="_blank"> <Styles Cursor="Pointer"> </Styles></ignav:Item>
Uh, nevermind. I discovered that if I just embed it as plain old HTML (w/o encoding) that it renders just find.