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

RadDock Right-Alignment Issue

2 Answers 91 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Basheer Al Ghazawi
Top achievements
Rank 1
Basheer Al Ghazawi asked on 16 Jul 2008, 09:23 AM

Dears,

Please note that we are trying to place content or controls with right alignment inside a RadDock control, as shown below, and unfortunately we could not make it happen.

Thus, we would appreciate your assistance in this case.

Thanks in advance and we are keen to hear from you,  

 

// Basheer Al Ghazawi


JValley Software Solutions  

The Essence of Quality !!

<

td style="padding-right:5px; border-style: groove; border-width: thin; " colspan="2" valign="top"

dir="rtl">

<telerik:RadDockLayout ID="RadDockLayout1" Runat="server" Skin="Vista">

<telerik:RadDockZone ID="RadDockZone1" Runat="server" dir="rtl">

<telerik:RadDock ID="RadDock1" Runat="server" Skin="Vista"

DefaultCommands="All" dir="rtl">

<ContentTemplate>

<p dir="rtl">This paragraph should be right aligned !!</p>

</ContentTemplate>

</telerik:RadDock>

</telerik:RadDockZone>

</telerik:RadDockLayout>

</td>

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 17 Jul 2008, 12:04 PM
Hello Basheer,

I am not quite sure about your exact scenario but as far as I understood you want the content content of your RadDock to be right aligned. If I am right, I suggest to set right alignment to the DIV element of RadDock, which holds the content as shown below:

 <style type="text/css">  
   .rdContent  
   {  
      floatright;  
   }  
    </style> 

In case this is not what you wanted or you need further assistance, please provide a more detailed information about your requirements. It will be best if you open a new support ticket and send us a reproduction project along with some screenshots.


Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Accepted
Basheer Al Ghazawi
Top achievements
Rank 1
answered on 17 Jul 2008, 12:36 PM
Worked like a charm !!

Thank you a lot Svetlina for your prompt reply,

// Basheer Al Ghazawi
Tags
Dock
Asked by
Basheer Al Ghazawi
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Basheer Al Ghazawi
Top achievements
Rank 1
Share this question
or