Hi, i'm having a problem with the rendering of multiline items.
Attached goes an image of the problem.
I'm using Web20 Skin, this style and code
Can anyone tell me how can i solve this "problem"?
thank you
Attached goes an image of the problem.
I'm using Web20 Skin, this style and code
.WrappingItem
{
white-space: normal !important;
}
protected override void OnItemCreated(RadMenuEventArgs e)
{
e.Item.CssClass = "WrappingItem";
// e.Item.GroupSettings.Flow = ItemFlow.Vertical;
base.OnItemCreated(e);
}
Can anyone tell me how can i solve this "problem"?
thank you