I have a problem with RadColorPicker. I am not able to disable it from code behind. I am using the recent version of Telerik controls as suggested by you in a previous post . The Version I am using is "RadControls Prometheus for ASPNET Q3 2007".
The code is:
The code is:
protected void Button1_Click(object sender, EventArgs e)
{
RadColorPicker1.Enabled = false;
}