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

Set RadTimePicker datasource using javascript

1 Answer 52 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Prava kafle
Top achievements
Rank 1
Prava kafle asked on 12 Sep 2013, 04:55 PM
 Hi,
I would like to set the datasource of RadTimepIcker.TimeView using javascript.


var MRTimePicker= $find("<%= MRTimePicker.ClientID %>");
MRTimePicker.TimeView.DataList.DataSource = null;  //set avalilable time using javascript

Is it possible?

Thanks,
Prava

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Sep 2013, 06:15 AM
Hi Prava kafle ,

With reference to this thread RadTimePicker is not a DataBind Control so that you cannot bind it into external set of data.

Thanks,
Shinu.
Tags
Calendar
Asked by
Prava kafle
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or