Questions tagged [raddatepicker]
50 questions
4
votes
1 answer
Telerik RadDatePicker not picking up dates post year 2030
I am using RadDatePicker control for start and end date input controls on my form.
I am taking "01/01/1980" as min date and "12/31/2049" as max date. I am facing a problem when I enter the date manually in Date text box.
Scenario 1: I enter date as…

Vaibhav
- 41
- 2
4
votes
4 answers
Telerik rad date picker show error message when user keys in future date
I have a telerik:RadDatePicker in which i am restricting users from selecting future dates by setting MaxDate of it to today in code behind. This works perfectly fine. but when the user keys in a date which is greater than today it just displays an…

TRR
- 1,637
- 2
- 26
- 43
3
votes
2 answers
JQuery/Ajax return Success message and display Saved indicator
This is my first try with JQuery/Ajax.
I have a RadDatePicker, where on selection of a date, the date is saved in the DB and the user should get a message that date is saved. The RadDatePicker calls a function on its event OnDateSelected as…

R B
- 413
- 3
- 8
- 19
2
votes
1 answer
Telerik RadDatePicker issue with Daylight Saving Time
When I select the first day of Daylight Saving Time period, the RadDatePicker delays the selected day in 1 hour, making it display the previous day.
And the control appears to do that before ANY client-side event.
Has anyone solved this…

Kira
- 608
- 3
- 10
- 22
2
votes
1 answer
Set start date min value to end date minus 90 days
$(document).ready(function () {
debugger;
var startDate = $find('<%= RdpStartDate.ClientID %>');
var endDate = $find('<%= RdpEndDate.ClientID %>');
var end =…

Sanmeet Singh
- 27
- 5
2
votes
0 answers
How to disable telerik validation?
I m using Telerik raddatepicker. My Telerik version is 2009.
While setting fields, I'm getting range validation alert. but the field is what I enter. Screenshot
set_rangeMinDate: function(_8b) {
if (this.RangeValidation.CompareDates(_8b,…

OnurT
- 21
- 2
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
4 answers
How to set raddatepicker date with database retrieved date
I want to set the RadDatePicker value to a value retrieved from my database
I have this code
DateTime Podate = Convert.ToDateTime(da.GetDataKeyValue("PoDt"));
RadDatePicker.SelectedDate =Podate;
but when I run this program the DatePicker shows…

sidhewsar
- 136
- 2
- 8
- 17
2
votes
3 answers
How can we open raddatepicker popup window up the Radwindow popup
I have raddatepicker control in radwindow.The size of radwindow is fixed. when i open the raddatepicker popup it shows scroll bar in radwindow due to less space.
I don't want to show the scroll bar. so my question is Can we open the datepicker…

Jagz W
- 855
- 3
- 12
- 28
2
votes
1 answer
Telerik: raddatetimepicker SelectedDateChanged event not work
Hi I use the element (similar datepicker).
When I change the date using the specific button the event SelectedDateChanged is raised. (correct)
When I change the date writing directly in textbox the event SelectedDateChanged is not raised.…

ilMattion
- 1,841
- 2
- 24
- 47
2
votes
1 answer
Get selected date from raddatepicker in javascript
Hi all my design for Rad Panel bar is as follows
…

Developer
- 8,390
- 41
- 129
- 238
2
votes
1 answer
RadDatePicker and RadTimePicker loses style after postback
I found a bug on my site and I can't seem to find a solution. I am dynamically generating controls, two of which are a RadDatePicker and a RadTimePicker. When different events occur on the page, I am changing the visibility of the controls between…

Eric
- 1,356
- 2
- 14
- 24
1
vote
2 answers
Validation for calender control of RadDatePicker (Telerik Controls)
I want to validate the RadDatePicker when a date is selected. User should not select greater than a particular date ? How can I restrict user from selecting a date which is not greater than a particular date.
Particular date populated from the…

msbyuva
- 3,467
- 13
- 63
- 87
1
vote
1 answer
Set RadDatePicker client-side Min/Max dates to to 30days from todays date?
i am currently using RadDatePicker to select a date.
Using the client API,
1. I'd like to be able to set the the min date to less than 30 days of current date and
2. maxdate to two years from current date.
Is there another way in the API to do this?…

tina
- 11
- 1
- 3
1
vote
2 answers
disabling days in ExtDateOnly

Maged Samaan
- 1,742
- 2
- 19
- 39