Hi,
We are using telerik version 2011.1.413.35. The width & height of Radwindow doesnt get reflected in many places. I have also width and height property in cssclass with '!important' specified in class even though it is not getting reflected.. I guess it its takes its default size. the following code i have used,
Please guide me..
Thanks,
Hema.
We are using telerik version 2011.1.413.35. The width & height of Radwindow doesnt get reflected in many places. I have also width and height property in cssclass with '!important' specified in class even though it is not getting reflected.. I guess it its takes its default size. the following code i have used,
<telerik:RadWindowManager ID="RadWindowManager2" runat="server" ReloadOnShow="false" OnClientShow=""> <Windows> <telerik:RadWindow ID="radWindowAccountCodePopup" Behavior="Close" VisibleTitlebar="false" Modal="true" Width="578px" runat="server" Height="450px" NavigateUrl="~\Admin\AccountCodePopup.aspx" VisibleStatusbar="false"> </telerik:RadWindow> <telerik:RadWindow ID="radWindowAddDescriptionPopup" Behavior="Close" VisibleTitlebar="false" Modal="true" Width="750px" runat="server" Height="550px" NavigateUrl="~\Admin\ClassDescriptionPopup.aspx" VisibleStatusbar="false"> </telerik:RadWindow> <telerik:RadWindow ID="radWindowThumbNailFileUploadPopup" Behavior="Close" VisibleTitlebar="false" Modal="true" Width="750px" runat="server" OnClientClose="CallBackFunctionService" Height="300px" NavigateUrl="~/Admin/ImageUpload.aspx" VisibleStatusbar="false"> </telerik:RadWindow> <telerik:RadWindow ID="radWindowLargeFileUploadPopup" Behavior="Close" VisibleTitlebar="false" Modal="true" OnClientClose="CallBackFunctionService" Width="750px" Height="300px" NavigateUrl="~/Admin/ImageUpload.aspx" runat="server" VisibleStatusbar="false"> </telerik:RadWindow> <telerik:RadWindow ID="radWindowOpenCancelClassPopup" Behavior="Close" VisibleTitlebar="false" Modal="true" Width="750px" runat="server" Height="600px" NavigateUrl="~/Admin/CancelClass.aspx" VisibleStatusbar="false"> </telerik:RadWindow> </Windows> </telerik:RadWindowManager>Please guide me..
Thanks,
Hema.