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

Palette boxes wrapping to next line

1 Answer 51 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
Darryl Parker
Top achievements
Rank 1
Darryl Parker asked on 03 Jul 2008, 05:50 PM
I'm using the RadColorPicker in DotNetNuke.  For some reason the palette is wrapping the last two boxes to the next line.  Please see this image: http://dlparker.googlepages.com/colorpaletteProblem.jpg

Here are my settings:
<telerik:RadColorPicker ShowIcon="true" ID="RadColorPicker1" runat="server" OnClientColorChange="ColorChange"/>

I tried changing the width of the control to wider, but that just makes the boxes grow wider.  I tried changing the "Columns" to 20 but that didn't work either. 

Please advise.




1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 07 Jul 2008, 03:29 PM
Hello Darryl,

The problem comes from the fact that when using DNN your page is in quirksmode. The RadControls are XHTML compliant and in order to make them work correctly you should have the corresponding <!DOCTYPE> declaration on your page. Unfortunately, when using DNN you cannot do this.

We improved the behavior of some controls as the RadToolTip when they are in quirksmode because of our customers who use DNN. However, this task is hard and time-taking. I logged the reported problem in our database but I cannot tell you when exactly it will be fixed.


Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ColorPicker
Asked by
Darryl Parker
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or