The raddatepicker tag has no wiki summary.
0
votes
2answers
32 views
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. ...
1
vote
1answer
50 views
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 ...
0
votes
0answers
69 views
Telerik RadDataTimePicker default Week Selection
I run into an an issue that I have to use RadDatetimePicker with current week selection by default.
I have tried this with Radcalendar,its working fine . but cant close the Popup of Radcalendar by ...
0
votes
0answers
85 views
RadDatePicker popup doesn't move when scrolling
Updated Telerik RAD Controls from 2009 to 2012-Q1.
The RADDatePicker does not update position when page is scrolled.
On development machines it works perfectly but when we publish to IIS the issue ...
0
votes
1answer
688 views
telerik RadDatePicker culture
I have a simple telerik:RadDatePicker.
<telerik:RadDatePicker ID="dpDueDate" runat="server" Culture="English (United States)" Width="180px" BorderStyle="None">
<DateInput ...
0
votes
1answer
143 views
Telerik RadDatePicker error related to DbSelectedDate
I'm using Telerik in one project and I have some troubles with it.
Specifically, I want to use a RadDatePicker, and I defined it as below:
<%@ Register Assembly="Telerik.Web.UI" ...
1
vote
1answer
967 views
populate the telerik RadDatePicker with current date in Xaml wpf
how to show the displaydate or selecteddate on load for RadDatePicker with current date
xmlns:sys="clr-namespace:System;assembly=mscorlib"
<telerik:RadDatePicker ...
0
votes
3answers
594 views
RadDatePicker in RadGrid
I'm using Telerik RadGrids and I have RadDatePickers for columns with type of DateTime. However, when I want to pick a date it doesn't work at all. No errors, but it's simply not working. I've noticed ...
0
votes
1answer
2k views
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 ...
0
votes
1answer
5k views
Get selected date from raddatepicker in javascript
Hi all my design for Rad Panel bar is as follows
<telerik:RadPanelBar runat="server" ID="rdpnlPersonal" ExpandMode="FullExpandedItem"
Skin="Vista" EnableEmbeddedSkins="false" ...
1
vote
0answers
774 views
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 ...
0
votes
1answer
4k views
how to set raddatepicker date input box with c#
I am trying to set the date to "todays " date in the rad date picker but all it does is it selects it in the calendar but the box where the date is displayed is empty (i.e 12/2/2012) is not showing... ...
1
vote
1answer
915 views
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 ...
1
vote
1answer
380 views
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 ...
0
votes
1answer
2k views
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 ...
1
vote
2answers
452 views
disabling days in ExtDateOnly
<td>
<RadDatePicker ID="txtToDate" runat="server" Field="">
</RadDatePicker>
</td>
is there any way to disable days. i want Months and years only
Edited
thanks