Hi,
Try to handle PanelBar OnItemDataBound event:
Regards,
Hristo Valyavicharski
Telerik
Try to handle PanelBar OnItemDataBound event:
protected void panelBar_ItemDataBound(object sender, RadPanelBarEventArgs e){ if (true) { e.Item.IsSeparator = true; }}Regards,
Hristo Valyavicharski
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items