Questions tagged [telerik-datepicker]

The Telerik RadCalendar controls are a set of highly configurable components for selecting date and time values.

Overview

The Telerik RadCalendar controls are a set of highly configurable components for selecting date and time values.

These controls are:

  • RadCalendar: A highly configurable control for displaying and selecting date values from an interface laid out like a standard calendar.
  • RadDatePicker: A RadDateInput control with an integrated RadCalendar control to let users either enter the date and time value directly in the input area or select it from a popup calendar. The values of the two controls are synchronized to allow further change of the chosen date.
  • RadTimePicker: A RadDateInput control in time only mode with an integrated RadTimeView control to let users enter a time directly in the input area or select it from the popup time view control. The values of the two controls are synchronized to allow further change of the chosen time.
  • RadDateTimePicker: A RadDateInput control with an integrated RadCalendar control and an integrated RadTimeView control. This combines the features of RadDatePicker and RadTimePicker in a single control for selecting both a date and a time value.

Features

RadCalendar for ASP.NET AJAX is a highly configurable date input control that offers the following features:

  • A client-side API with powerful methods to let you configure the calendar and numerous events to let you respond to what the user does with the calendar.
  • A multi-view presentation for showing several months in a single control.
  • The ability to configure the calendar for selecting one or multiple dates, or even to use it for display only with no selection capabilities.
  • A customizable day matrix to give you control over the calendar layout. Configurable navigation controls.
  • Customizable column and row headers.
  • The ability to define special days for per-day customization.
  • Template support, including day templates as well as header and footer templates.
  • Support for localization, including culture-dependant date formatting and the ability to localize all strings in the user interface.
  • Keyboard support for selecting and navigating the calendar.
  • The ability to customize the look-and-feel, either using skins, or by setting styles to affect various parts of the calendar.
  • Support for all major browsers, including Internet Explorer 6.0 and above, FireFox 2.0 and above, Opera 9.0 and above, and Safari 3.0 and above, Google Chrome 2.0 and above ( 5.0 and above under Linux and Mac OS ).
  • WAI-ARIA Support.

For more details you can visit the help section of Telerik. For Demo you could visit Telerik DatePicker Demo

14 questions
2
votes
0 answers

Client side events not working after creating a wrapper over Telerik.Web.UI.RadDatePicker

I have a wrapper class over RadDatePicker. public class DateTimePicker : Telerik.Web.UI.RadDatePicker { public DateTimePicker () : base() { // // Some code her // } } Now, I have my own implementation…
user2991761
2
votes
2 answers

Telerik MVC DatePicker Disable days of week

is there a way to have DatePicker allow user to only choose Sunday/Saturday from the popup dates since week starts from Sunday & ends on a Saturday? I have 2 DatePickers serving as a range (from & to) and the validation is to allow the user to only…
SoftwareGeek
  • 15,234
  • 19
  • 61
  • 78
1
vote
3 answers

Unable to create date with current time from string

I am taking selected date from telerik date picker and want to take that selected date and current system time by 24 hours format and want date like this: For Ex: Current Date = dd/mm/yy HH:Minutes:Seconds 21/1/2016 14:48:21 This is my…
I Love Stackoverflow
  • 6,738
  • 20
  • 97
  • 216
1
vote
1 answer

How to auto-close a telerik RadDateTimePicker on selected date

The control is declared as follows :
WizLiz
  • 2,068
  • 5
  • 25
  • 39
1
vote
1 answer

How can I pass teleriks datepicker value to controller?

Here's my code: I need to pass the data to the controller. @{ DateTime today = DateTime.Now; //current date DateTime firstDay = today.AddDays(-(today.Day - 1)); //first day today = today.AddMonths(1); DateTime lastDay = today.AddDays(-(today.Day));…
samantha07
  • 507
  • 1
  • 7
  • 21
0
votes
1 answer

Telerik RadDatePicker SelectableDateStart Binding value in c#

The SelectedDateStart needs to be bound to a date value set by another DatePicker. Can I get an example of binding the date in a string in C# to the xaml datePicker SelectedDateStart Property? This is what i have so far for the…
APotatoe
  • 1
  • 1
0
votes
0 answers

How to use javascript to validate Telerik RadDatePicker for invalid dates entered?

I'm using two RadDatePicker controls showing Date From and Date To and need to make sure that before submitting the form, at least one of the date is provided. I have a JavaScript code checking to make sure that the user provides at least one date…
gene
  • 2,098
  • 7
  • 40
  • 98
0
votes
1 answer

Javascript alert doesn't print telerik datepicker value if it's a string

I'm trying to show a value I typed in a Telerik RadDatePicker control: function validateDates() { var date1 = $('<%= RadDatePicker1.ClientID %>'); alert(date1.value); return true; } When the sate is valid like 1/23/2009, it prints it,…
gene
  • 2,098
  • 7
  • 40
  • 98
0
votes
1 answer

How to validate Telerik RadDatePicker for the invalid input?

I have 2 Telerik RaddatePicker controls and the button.
gene
  • 2,098
  • 7
  • 40
  • 98
0
votes
1 answer

add custom attribute to RadDatePicker

I'm trying to add a custom attribute on a RadDatePicker but it adds the attribute to the wrapper instead of the inputfield. is there a way to add an attribute to the input field of a RadDatePicker I found that if I opened the controls and selected…
FllnAngl
  • 556
  • 1
  • 5
  • 30
0
votes
2 answers

JavaScript Error in Microsoft Edge with Telerik RadDatePicker in ASP.NET UpdatePanel

Telerik RadDatePicker inside ASP.NET UpdatePanel in Microsoft Edge browser throws JavaScript error when doing a post-back. The error: "Unable to get property 'length' of undefined or null reference". The RadDatePicker must be inside an UpdatePanel…
0
votes
0 answers

TelerikUi different DateOutput Format on filter

So I instead of using a texfield to filter date in my grid filter i added a datepicker. The problem that I'm having is that the datepicker on filtering is sending a different format output to my controller that I can't really format. It returning my…
-1
votes
1 answer

Telerik Datetime picker- Time shows 30 minutes span

@Html.Telerik().DateTimePickerFor(model => model.DepartureTime).Value(Model.DepartureTime > DateTime.MinValue ? Model.DepartureTime : DateTime.Today).ClientEvents(events => events.OnChange("OnChangeDatePicker")) In Telerik datetime picker, The…
Hello
  • 25
  • 1
  • 9
-2
votes
1 answer

Set Enable date font to bold in raddatepicker

I am using RadDatePicker telerik control in my project.in picker date less than today are disable and others are enable. I want to set enable date in bold font. How can I do this. Please take me out from this situation. Thanks in advance.
Pramod Rana
  • 11
  • 1
  • 3