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

Ned to remove Textboxes from Rad Color Picker

1 Answer 53 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
Pankaj
Top achievements
Rank 1
Pankaj asked on 28 Jun 2014, 11:09 AM
Hello,

I have used following line of to use Rad color picker for my
application:

<telerik:RadColorPicker runat="server"
ID="rcpMedian"
PaletteModes="WebPalette"
KeepInScreenBounds="false"
Overlay="true"
Visible="true"
ShowIcon="true"
Width="300"></telerik:RadColorPicker>

When I browsed my application, I found
the textboxes of R, G, B, H, S, B got displaced un evenly (please see attachement).



Can you please tell me solution of
this?

If there is no solution of it then
is there any way to remove these textboxes from color picker and to display
only HSB color grid?

Thanks,

pankaj



1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 02 Jul 2014, 12:40 PM
Hi Pankaj,

I checked the attached configuration of RadColorPicker in the major supported browsers and I did not notice displacement in the textboxes of the control.

Please ensure that you have provided the correct configuration of the color picker, because the one you posted will display only the Web Palette and the mentioned textboxes should not be visible at all in this case.

I would suggest checking for global CSS rules or custom style sheets that may be changing the position of the textboxes. To do so, follow these steps:
  1. Remove all custom CSS from the page to verify if this is the cause for the problem. This can be done with commenting or deleting the references to style sheets and inline styles like in the example above.

  2. Clear the browser and ASP caches to make sure the content is fresh. Reload the page in the browser completely (usually Ctrl+F5).

  3. If the issue is gone start re-adding the custom CSS piece by piece to find the offending rule and make it more specific (e.g. add a class).

If this does not help, I will need a fully runnable sample that isolates the problem in order to inspect it locally and provide a more to the point answer.

Regards,
Slav
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ColorPicker
Asked by
Pankaj
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or