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

TimePicker disable from C# and enable Javascript - NOT working!

1 Answer 108 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
ataya
Top achievements
Rank 1
ataya asked on 04 Feb 2009, 05:28 AM
I have a TimePicker that is disabled on page load from the code behind using certain criteria and the following code:

TimePicker1.Enabled = false


There is a check box on the same page that that if checked it should enable the TimePicker1 so I'm using the example code:

function enable() 
       { 
        var picker = $find("<%= TimePicker1.ClientID %>");        
        picker.set_enabled(true); 
       }   


Problem:
When item is disbled from code behind the javascript is only enabling the viewarea but not the popup button??!!

Any ideas of should I be using

thank you,

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 06 Feb 2009, 04:07 PM
Hello Ataya,

This is known limitation in the current version of RadControls. As I mentioned in another post it's added to our product backlog for future consideration.

Let us know if you need more information.

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
ataya
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or