This question is locked. New answers and comments are not allowed.
How would I be able to create this HTML link using the Telerik menu w/o a flyout?
<a href='#' name='1' class='menuSideBar'>Test</a>
I've tried:
.Content(string.Format("<a href='1' name='1' class='menuSideBar'>Test</a>"));
But the issues is that it creates a flyout and I don't want to have a flyout created.