RadPanelBar for ASP.NET

Append databound items Send comments on this topic.
See Also
Data Binding > Append databound items

Glossary Item Box

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