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

Problem disabling RadColorPicker from code behind

1 Answer 48 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
abhishek
Top achievements
Rank 2
abhishek asked on 17 Oct 2008, 06:48 AM
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:


protected void Button1_Click(object sender, EventArgs e) 

    { 

        RadColorPicker1.Enabled = false; 

    } 

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 20 Oct 2008, 08:24 AM
Hello Abhishek,

I already answered your other thread and for your convenience I pasted my reply below:

I noticed that you are using a very old version of RadControls - 2007.3 1425 - I tested the described behavior with it and indeed the problem with the RadColorPicker's Enabled property existed. However, this problem was fixed in one of our later release and I suggest to upgrade to our latest release, namely 2008.3.1016.20 - this should fix the problem.

Kind regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ColorPicker
Asked by
abhishek
Top achievements
Rank 2
Answers by
Svetlina Anati
Telerik team
Share this question
or