What I want to archieve is to nest a 3rd party toolbar in the commandbar strip. Can anyone advice whether this is possbile? Thanks.
0
Peter
Telerik team
answered on 24 Jan 2012, 09:41 AM
Hi Yip,
Thank you for this question.
You should first wrap the user control inside RadHostItem and after that you will be able to add it into CommandBarHostItem. Please consider the following code snippet:
Hi,
Thanks for the response. Your solution works. The only change I have made is hostedButton.MinSize = myControl.Size; The hostedButton will be automatically assigned the size of usercontrol.