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…
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"…
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 …
Mark Zukerman
  • 85
  • 1
  • 3
  • 8
0
votes
0 answers

SelectedDateChanged is not working on Dynamic DatePicker?

I have a Dynamic DatePicker and i want call SelectedDateChanged event but its not working/firing?? Although i have used same code on a sample applicaion and its working fine there but in my application its not working?? Can any one tell me what are…
Ameer Ali Shar
  • 54
  • 3
  • 15
0
votes
2 answers

Date format issue in telerik:RadDatePicker

we have application which is accessed worldwide. and we set the default date format. The server set the time zone of the San Fransisco. Here the control used to display date in mm/dd/yyyy
user3785359
  • 23
  • 1
  • 3
0
votes
0 answers

Using jQuery to add a class to a Telerik control

I have a Telerik RadDatePicker and I'm trying to apply a class to the control when the control has focus and remove it when the control loses focus. I am using this jQuery: $('#dialogNewCrm input, #txtNotes, .riTextBox').focusin(function() { …
Icemanind
  • 47,519
  • 50
  • 171
  • 296
0
votes
1 answer

Telerik DatePicker - how to change the position of the popup button?

how can I make the position of the popup button in the RadCalendar control (http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx) to be on the other side, eg:
Tony
  • 12,405
  • 36
  • 126
  • 226
0
votes
2 answers

DatePicker store just Date

I have a Telerik RadDatePicker in asp.net
Nate Pet
  • 44,246
  • 124
  • 269
  • 414
0
votes
2 answers

Convert date as Integer in Codebehind

I've been searching around the net but I only see integer to date. How can I convert a chosen date in radDatePicker to integer? I have tried Convert.ToInt32 but I get an error at runtime