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
3521
Embedding HTML in WebDataMenu
posted

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&lt;ul&gt;&lt;li&gt;Assigned Vehicle Report&lt;/li&gt;&lt;li&gt;Employee Expense Report&lt;/li&gt;&lt;li&gt;Vehicle Recovery Report&lt;/li&gt;&lt;/ul&gt;"
    TargetFrame="_blank">
    <Styles Cursor="Pointer">
    </Styles>
</ignav:Item>