Questions tagged [raddatepicker]

50 questions
1
vote
0 answers

Telerik RadDatePicker and RadTimePicker not open with WP 10

I'm using Telerik UI for WindowsPhone 8 Q2 2015 version and my project is Universal app using 8.1 SDK. My xaml: There are 3 step to reproduce this issues: Tap to MyRadDatePicker to popup picker…
1
vote
2 answers

convert date format to YYYY-MM-DD of raddatepicker value

I am trying to convert the value of raddatepicker to YYYY-MM-DD format. But I am getting exception, orderDate.SelectedDate = DateTime.Now.Date; // Date = {15/7/2015 12:00:00 AM} string orderDate_ =…
user4221591
  • 2,084
  • 7
  • 34
  • 68
1
vote
1 answer

RadDatePicker selectable Dates

I'm working with Teleriks RadDatePicker and need to disable a various count of dates for the user. I started with the SelectableDateStart and SelectableDateEnd Properties.
take
  • 2,202
  • 2
  • 19
  • 36
1
vote
5 answers

How to disable manual input in a Telerik RadDatePicker

I am using a Telerik RadDatePicker, and I want to disable input by the user, but they should be able to select from the calender.
Pranjal Kothari
  • 88
  • 1
  • 10
1
vote
1 answer

Telerik RadDatePicker hiding behind iframe in IE11

I have a RadDatePicker that hiding bihind the iframe when pdf is viewed. I tried using z-index but It didn't work. Please advise. Thanks in advance for help.
1
vote
1 answer

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"
GANI
  • 2,013
  • 4
  • 35
  • 69
0
votes
1 answer

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... Here is my line of code, (i have seen some…
user710502
  • 11,181
  • 29
  • 106
  • 161
0
votes
0 answers

RadDatePicker OnChange event is not working on iOS

I have a DateOfBirth RadDatePicker that updates a Age field (textbox) when updated. This functionality is not working on iOS. One thing to note is that the Age field is readonly. But I don't think that's the issue, since I have removed readonly and…
Jay
  • 329
  • 1
  • 6
  • 22
0
votes
1 answer

Telerik control do nothing on click in 2nd window

In my main browser window I launch a page (aspx) in a new window via window.open, on this new window I have RadDatePickers. But when I click on these control nothing happens. ie/ the calendar popup does not show up for me to pick a date The…
Vivian Yung
  • 79
  • 1
  • 9
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
1 answer

Remove borders inside RadCalendar of RadDatePicker

How can I remove the borders inside RadDatePicker in WPF? I mean these grey vertical and horizontal lines inside RadCalendar.
AnaS
  • 23
  • 5
0
votes
2 answers

How to use RadDatePicker inside RadGrid?

Wasn't able to find anything about this situation: I have two RadDatePicker inside RadGrid for start and end date change
Olegs Jasjko
  • 2,128
  • 6
  • 27
  • 47
0
votes
1 answer

set date value RadDatePicker in WebBrowser component

I have a webbrowser desktop app which is developed C#.Net. I use webbrowser component. I visit a website which has some RadDatePicker control on it. I need to set date value to RadDatePicker from webbrowser app. You can see HTML code below
user6212651
0
votes
1 answer

cant get selected date of rad date picker using jquery

I have the following definition of rad date picker:
Raed Alsaleh
  • 1,581
  • 9
  • 27
  • 50
0
votes
2 answers

How to get two datepickers on same line?

I have two RadDatePickers, one label and a button. I'm trying to create a form for user to select two dates to set a time period. The problems I'm having is that the RadDatepickers won't stay on the same line. All these elements are within a table.…
ProblemChild
  • 556
  • 1
  • 8
  • 16