This question is locked. New answers and comments are not allowed.
Hi,
Is it possible to add the menuitems dynamically ?
I was trying to apply binding to the Items property of the menu, but it seems that property is read-only.
Is it possible to add the menuitems dynamically ?
I was trying to apply binding to the Items property of the menu, but it seems that property is read-only.
<telerikPrimitives:RadRadialContextMenu.Behavior> <telerikPrimitives:RadialMenuTriggerBehavior AttachTriggers="PressedOrFocused" /> </telerikPrimitives:RadRadialContextMenu.Behavior> <telerikPrimitives:RadRadialContextMenu.Menu> <telerikPrimitives:RadRadialMenu Items="{Binding BucketConfigurationTypes}"/> </telerikPrimitives:RadRadialContextMenu.Menu>