This is a migrated thread and some comments may be shown as answers.

RadDock EnableRoundedCorner

5 Answers 74 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Duy
Top achievements
Rank 1
Duy asked on 09 Apr 2010, 01:19 AM
Hi,

This property does not work in MasterPage type, the corner does not change to be round.  I have a test in normal webpage.

Regards,

Duy

5 Answers, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 13 Apr 2010, 09:31 AM
Hi Duy,

I tested a sample project that uses a MasterPage, and has a dock control with rounded corners enabled, but did not experience any problems. The corners are shown as expected. The source code is attached to the thread. Please test it, and let me know if I am doing something wrong. Moreover, it will be easier for us to provide a solution, if you can send us a simple demo that shows the issues. You need to open a support ticket, to be able to attach files.

Greetings,
Pero
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Duy
Top achievements
Rank 1
answered on 16 Apr 2010, 03:47 AM
Hi Pero,

Thanks for your support, I create a fresh master page it works fine however the current master page does not work. 

Here is the code of master page

<%

@ Master Language="C#" AutoEventWireup="true" CodeBehind="Base.master.cs" Inherits="PersonalPortal.Pages.Base" %>

 

<%

@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>

 

 

 

 

<!

 

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

<

 

html xmlns="http://www.w3.org/1999/xhtml" >

 

<

 

head runat="server">

 

 

<title>Untitled Page</title>

 

 

<asp:ContentPlaceHolder ID="head" runat="server">

 

 

</asp:ContentPlaceHolder>

 

 

<meta http-equiv="Page-Enter" content="revealtrans(duration=0.0)" />

 

 

<meta http-equiv="Page-Exit" content="revealtrans(duration=0.0)" />

 

</

 

head>

 

<

 

body >

 

 

<form id="form1" runat="server">

 

 

<telerik:RadScriptManager ID="RadScriptManager1" Runat="server">

 

 

</telerik:RadScriptManager>

 

 

<telerik:RadFormDecorator ID="RadFormDecorator1" Runat="server"

 

 

Skin="Windows7" />

 

 

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" >

 

 

</telerik:RadAjaxManager>

 

 

<table style="width:100%;">

 

 

<tr>

 

 

<td>

 

 

<table align="center" class="BodyTable" border="0" >

 

 

<tr>

 

 

<td align="center" valign ="top">

 

 

<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">

 

 

 

</asp:ContentPlaceHolder>

 

 

</td>

 

 

</tr>

 

 

</table>

 

 

</td>

 

 

</tr>

 

 

<tr>

 

 

<td align="center">

 

 

<asp:Label ID="Label1" runat="server" Text="eCare 2009 Copyright"></asp:Label>

 

 

</td>

 

 

</tr>

 

 

</table>

 

 

</form>

 

</

 

body>

 

</

 

html>

 



Regards,

Duy
0
Duy
Top achievements
Rank 1
answered on 16 Apr 2010, 03:57 AM
Hi,

Please ignore this meassage, as I found the problem.  Because of this line of code

<

 

link rel="stylesheet" href="../PPStyle.css"/> was placed before

 

<!

 

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">.
I replace it after and it works fine.

Regards,

Duy

 

0
Malinda
Top achievements
Rank 1
answered on 19 Apr 2010, 01:58 PM
Hi,

I am using Telerik control version 2009.2.826.35.

It doesn't show enableroundedcorners option in this version.

Could you please let me know whether I can have rounded corner support for this version or do I need to update?

Some of the controls I need rounded corners are Telerick Dock, Windows, Menus and tabstrip.

Thanks
Malinda
0
Duy
Top achievements
Rank 1
answered on 20 Apr 2010, 01:01 AM
Hi Malinda,

I am using RadControl Q4 Version=2009.3.1208.35.  Early than this version, I guess the EnableRoundCorner  is not available.  Try to get the lastest version.

Regards,

Duy
Tags
Dock
Asked by
Duy
Top achievements
Rank 1
Answers by
Pero
Telerik team
Duy
Top achievements
Rank 1
Malinda
Top achievements
Rank 1
Share this question
or