Questions tagged [telerik-raddatepicker]
8 questions
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
How to get the value from Telerik RadDatePicker using jquery?
I have a Telerik RadDatePicker control:
And I have a button:

gene
- 2,098
- 7
- 40
- 98
0
votes
1 answer
Telerik RadDatePicker problem in ClientIDMode="Static"
var StartDate = $('#dtStartDate').val();
var EndDate = $('#dtEndDate').val();
alert(StartDate);
alert(EndDate);
Start…
![]()
Muthu
0
votes
2 answers
rad date picker should load start date of current month automatically, when Page loads in asp.netcurrent month
current year
and start date(1 to be constant) in telerik rad date picker
Am working to get date 1= year,6 months back, 1
date2=year, current month, 1
i can get current date as below
startdatepicker.SelectedDate =…
![]()
GN2271
0
votes
1 answer
Telerik RadDatePicker set ClientEvents-OnDateSelected from javascript/jqueryI use a combination of different controls in an ASP.Net Repeater. Included are now already 2 RadComboBoxes. I add the SelectedIndexChanged to them in this way:
for (var i = 0; i < aClientIds.length; i++) {
var comboBox = $find(aClientIds[i]);
…
![]()
user3564203
0
votes
2 answers
WPF RadDatePicker Enter Date OrderI have form with more than one RadDatePicker, Every thing work fine but when I want to enter date I want the end user enter date in format dd/mm/yyyy
BUT the tool accept only date in format mm/dd/yyyy order!!
Example: 13/12/2016
If the user enter…
![]()
Abdulsalam Elsharif
0
votes
1 answer
set date value RadDatePicker in WebBrowser componentI 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
RadDateTimePicker Change Calendar to Month Viewis there a way for me to format the raddatetimepicker to have a month and year view on selection view?..
something like this..
what I have tried so far is this:
dateStartDate.Value = DateTime.Now;
dateStartDate.Format =…
![]()
Sam Teng Wong
|