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

RadColor Picker not working

1 Answer 85 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
NLV
Top achievements
Rank 1
NLV asked on 06 Aug 2009, 07:05 AM
Hi,
I've added the telerki RadColor picker in my aspx file ( in sharepoint). I've given showicon = true. But in the page, when the icon is clicked the palette is not appearing at all. I've added RadScriptManager in the file.

<telerik:RadScriptManager ID = "radSccriptManager_MppCal" EnableHandlerDetection = "false" runat = "server"></telerik:RadScriptManager>

The radpicker is given as follows:

<tr>
         <td style="width:100%" valign="middle">
            <span class="cpdescriptiontext">Pick Event Color</span>
        </td>
    </tr>    
    
    <tr>
        <td>
            <telerik:RadColorPicker Skin = "WebBlue" ShowIcon = "true" PreviewColor = "true" ShowEmptyColor = "true" runat = "server" Width = "200px"  Preset = "Default" />
        </td>
    </tr>

The script manager is given in the masterpage Default.master. I've added the colorpicker in the aspx file which inherits from that master page. What could be the problem?



1 Answer, 1 is accepted

Sort by
0
Accepted
Tsvetie
Telerik team
answered on 07 Aug 2009, 12:47 PM
Hello Raghavendra Nagasundaram,

We are aware of this problem and our developers are currently researching it. For the time being, you can replace your RadScriptManager with a ScriptManager and the RadColorPicker should work as expected.

Best wishes,
Tsvetie
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ColorPicker
Asked by
NLV
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or