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

RadColorPicker has a strange look in RadGridEdit column

5 Answers 92 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
kevin
Top achievements
Rank 1
kevin asked on 21 Feb 2008, 04:26 PM
Hi I need some help,

RadColorPicker has a very strange look in a radgrideditcolumn (it looks ok everywhere else but in the grid. I pasted a snapshot here but I only can see a rectangler here somehow and not sure if you can see it. ):  Basically the dropdown area moved quater inch to the right side and background rectangler still in the same position when I click the Edit image button. I have no clue what cause that.


5 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 25 Feb 2008, 03:48 PM
Hello kevin,
In case you are using RadGrid for ASP.NET, you have to set its EnableOutsideScripts property to "true". Otherwise, please prepare and send us a simple running project, demonstrating the described problem.

Kind regards,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Sadiya Lubna
Top achievements
Rank 1
answered on 18 Jul 2008, 06:11 AM
Hi,

I am facing a similar issue. The table in which the color picker is being rendered is picking up border styles from the grids skin.

http://infonology.com.au/images/colorpickeringrid.jpg

can you please suggest a work around for this??

Thanks,
Sadiya
0
Georgi Tunev
Telerik team
answered on 18 Jul 2008, 10:32 AM
Hi Sadiya,

What is the skin that you are using with RadColorPicker? We've recently found that there was a filter in some of the the CSS that caused such problems. This is fixed in our internal builds and for now you can use the following style to override it:
.radcolorpicker  
{  
    filter: chroma(color=646464) !important;  
}  



All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Sadiya Lubna
Top achievements
Rank 1
answered on 21 Jul 2008, 01:34 AM
Hi Georgi,

I am using 'Office2007' as the skin for the colorpicker. I tried the following,

- Set EnableEmbeddedSkins="false" on the colorpicker.
- Added
 .RadColorPicker_Office2007
{
    filter: chroma(color=646464) !important;
}
to ColorPicker.Office2007.css
- Added
<link href="RadControls/Skins/Office2007/ColorPicker.Office2007.css" rel="stylesheet"
        type="text/css" />
to master page.

This doesnt work. I even tried adding
.radcolorpicker 

    filter: chroma(color=646464) !important; 
}

to the generic css file ColorPicker.css in Skins folder but in vain.

Have I missed anything??

Thanks,
Sadiya.

0
Georgi Tunev
Telerik team
answered on 21 Jul 2008, 12:54 PM
Hi Sadiya,

In this case can you please send me a small sample project where this problem can be reproduced? I will check it and get back to you right away.


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ColorPicker
Asked by
kevin
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Sadiya Lubna
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or