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