This question is locked. New answers and comments are not allowed.
Hi,
I have this configuration of menu :
I would like to change [ i.Add() .Text("-"); ] by an horizontal rule (HR).
I try to use Content, but it add a sub-menu instead.
Any solution?
Thx for the reply.
I have this configuration of menu :
<% Html.Telerik().Menu() .Name("Menu") .Items(menu => { menu.Add().Text("Clients") .Items(i =>{ i.Add() .Text("Add"); i.Add() .Text("-"); i.Add() .Text("List"); }); }).Render(); %>I would like to change [ i.Add() .Text("-"); ] by an horizontal rule (HR).
I try to use Content, but it add a sub-menu instead.
Any solution?
Thx for the reply.