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

Click problem in lightweight mode

1 Answer 37 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
Andreas
Top achievements
Rank 1
Andreas asked on 07 Oct 2015, 09:22 AM

Hi,

When setting ShowIcon="true" and using Classing render mode, you can click on the entire area to toggle the picker.

But when setting render mode to Lightweight, the area where the color is displayed is not clickable to toggle the picker!
Clicking on the arrow still works to toggle...

Example:

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="colorpicker.aspx.vb" Inherits="TestaTredjepartWeb.colorpicker" %>
 
<!DOCTYPE html>
 
<html>
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
        <asp:ScriptManager ID="s" runat="server">
        </asp:ScriptManager>
        <div>
            <telerik:RadColorPicker ID="cp" runat="server" ShowIcon="true" RenderMode="Lightweight" ></telerik:RadColorPicker>
        </div>
    </form>
</body>
</html>

In this example, nothing happens when clicking on the white area inside the picker!

Regards
Andreas

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 08 Oct 2015, 11:37 AM

Hello Andreas,

Thank you for bringing this up. I am logging it for improvement and you can track it here: http://feedback.telerik.com/Project/108/Feedback/Details/171677. I hope the workaround proposed there suffices for your needs in case the built-in arrow is not enough. I have also updated your Telerik points.

Regards,

Marin Bratanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ColorPicker
Asked by
Andreas
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or