or

<telerik:RadWindow ID="VideoPlayerWindow" ClientIDMode="Static" runat="server" Modal="True" VisibleOnPageLoad="false" EnableShadow="true" Behaviors="Close" ReloadOnShow="true" AutoSize="true" OnClientBeforeClose="StopVideo"> <ContentTemplate> <asp:UpdatePanel ID="VideoPlayerUpdatePanel" runat="server" UpdateMode="Always"> <ContentTemplate> <uc1:ucVideo ID="Video1" runat="server" /> </ContentTemplate> </asp:UpdatePanel> </ContentTemplate> </telerik:RadWindow>... if (clientId == "VideoPlayerWindow") { oWnd = $find("<%=VideoPlayerWindow.ClientID%>"); } ...oWnd = $find(clientId);}
if(this._dockMode){this._contentElement.style.width="1px";
I am using the 2010.3.x version of the RadControls for ASP.NET. Thanks!

<telerik:GridTemplateColumn UniqueName="UserCol" HeaderText="proto user" DataField="UserID"> <EditItemTemplate> <telerik:RadComboBox ID="RadComboBox1" runat="server" AutoPostBack="false"> </telerik:RadComboBox> </EditItemTemplate>
</telerik:GridTemplateColumn>
