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