RadPanelBar exposes the AppendDataBoundItems property (False by default). If you databind the panelbar using the DataBind() method, all panelbar items are automatically cleared.
Setting AppendDataBoundItems to True will preserve items that are already present in the panelbar and you can databind RadPanelBar to multiple data sources or using both unbound and bound modes.
See Also