Hi,
I am using RadDock. I am using this like as follows...
<telerik:RadDock ID="RadDock1" DefaultCommands="ExpandCollapse" runat="server" Title="Parts" Pinned ="true" Width="820" DockHandle="TitleBar">
<ContentTemplate>
<table>
Using control hare like "Grid Control" and other control in itemtemplate of the grid like this "radUpload:RadUploadProgressArea"
</table>
</ContentTemplate>
</telerik:RadDock>
But this is giving me error on design time :-
Error Creating Control- RadDock1
The control collection cannot be modified during DataBind,Init,Load,PreRender or Upload Phases.
And one more think When i am making
Collapsed
=true This is giving javascript error on run time.
Please help me in the case
Thanks,
Ted.