Use Controls inside an Element
Please note that when you are creating custom controls, you can use the predefined elements that the control offers. Most of the controls in the suite have a corresponding element which can be used in the custom controls. However, in cases with complex controls, the respective elements cannot be used instead. In such cases you can use the RadHostItem class which allows you to add controls to elements.
Example add RadgridView to a panorama tile.
The tiles are simple elements that can show image and text. The following code shows how you can add a tile at runtime. The tile will contain a bound RadGridView.
Add Grid to a panorama tile.
Figure 1: A Grid added to a panorama tile.