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

RadDatePicker not working

3 Answers 386 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Carlos
Top achievements
Rank 1
Carlos asked on 02 Jun 2014, 01:10 PM
Hi all i have a problem with rad date picker,
when i use it in a simple page with form and with the radscripmanager it doesnt do nothins the textboxes work but the calendar buttons dont work.

Any Ideas???

Best regards

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Jun 2014, 03:54 AM
Hi Carlos,

The provided information is not enough to replicate the issue. Please have a look into the sample code snippet which works fine at my end. Please provide your full code for further help.

ASPX:
<telerik:RadDatePicker ID="RadDatePicker1" runat="server" ClientEvents-OnDateSelected="SelectedDate">
</telerik:RadDatePicker>

JavaScript:
function SelectedDate(sender, args) {
    alert(args.get_newDate());
}

Thanks,
Princy.
0
Carlos
Top achievements
Rank 1
answered on 04 Jun 2014, 10:50 AM
Nothing basically i have 2 raddatepicker, and the button for chosing the date The Datebuton doesnt work, it has nothing to do has inserting the RadDatePicker
0
Eyup
Telerik team
answered on 09 Jun 2014, 10:35 AM
Hi Carlos,

I have created a sample web site to test the described behavior. On my side the pickers work as expected. Can you please run the attached application and let me know about the result?

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Carlos
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Carlos
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or