Questions tagged [raddatepicker]
50 questions
0
votes
1 answer
How implement a button clear in a RadDatePicker
I found an example of a "clear" button (to remove input content) for a text input here:
http://jsbin.com/bebug/5/edit?html,css,js,output
I have used it in an ASPTextBox in Microsoft ASP.Net, but it is possible to implement in Telerik's…

user3795085
- 31
- 8
0
votes
1 answer
Enable/Disable RadDatePicker on Radio Button Checked
I'm having a bit of a problem regarding RadioButton CheckedChanged. I have three radio buttons, a RadDatePicker, a textbox and a button. I'm simply trying to search data using the value given in the textbox depending on the Radio Button selected. My…

ProblemChild
- 556
- 1
- 8
- 16
0
votes
1 answer
Can't retrieve RadDatePicker object from Javascript
I'm pulling my hair over this, I can't get the Client-Side API of RadDatePicker to work. The object has no function or no properties.My want is simple just want to create a object of a RadDatePicker on javascript.please check the ClearControl…

shamim
- 6,640
- 20
- 85
- 151
0
votes
2 answers
RadDateTimePicker is not working with IE 8, 10
I have RadDateTimePicker in my ASP.net web page.
I noticed that it is not working properly on IE 8 and 10. After selecting the date or the time, the control shows another date (wrong year).
I also tried the Demo page…

Anas Jame
- 222
- 2
- 8
0
votes
1 answer
Raddatepicker textarea remains readonly after setting enabled = true
I have a couple raddatepicker controls that are not enabled correctly after I've set date1.enabled = true.
The master page contains a client side function that sets disabled controls to readonly:
function ParseDocumentForDisabled() {
…

iris
- 103
- 3
- 11
0
votes
1 answer
How to use a RequiredFieldValidator with a RadDatePicker's hidden dateInput at design time?
I have the following page. If you open this page, blank out the date, and click Tab 2 without leaving the date field, you can never make it back to Tab 1 to fix your problem.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"…

TheMightyGherkin
- 231
- 2
- 6
0
votes
1 answer
Change of RAD Date picker UI on selection of value from combobox ASP.NET
i have one combo box which has three values blue,green,yellow based on the value selected i need to have a rad date picker.
if i select blue and yellow from combo box i need to get the date picker UI in dd/MM/yyyy format.
if i select green from…

Mohammad Javed
- 328
- 3
- 13
0
votes
1 answer
Select a Gregorian date and display the equivalent hebrew date
Created a RadDatePicker in this way:
XAML:
and C#:
var cultureInfo = new…

eitan barazani
- 1,123
- 3
- 18
- 34
0
votes
1 answer
Deduct Days from RadDateTimePicker
Does anyone know how to deduct 7 days from the current date in RadDateTimePicker using Javascript?
I didn't find any example on how you deduct days from a RadDateTimePicker.
I would love if anyone can show me examples.
Aspx.code
…