- The problem: i have the Dock but i want the checkbox list can put inside the Dock
- But the multipleValuesResouceControl cannot put in the content of the dock for example:
<telerik:RadDockZone ID="RadDockZone1" runat="server" Height="300px" Width="300px"><telerik:RadDock ID="RadDock1" runat="server" Width="300px"><ContentTemplate> <scheduler:MultipleValuesResourceControl runat="server" ID="ResStudent" Type="Student" Label="User: " /></ContentTemplate></telerik:RadDock></telerik:RadDockZone>will getting this error
The source code refer from example here.
