This is a migrated thread and some comments may be shown as answers.

Selecting Weekday

9 Answers 92 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Manish Kumar
Top achievements
Rank 1
Manish Kumar asked on 08 Apr 2010, 12:28 PM
Hi 
    I want to know how we can select a Week number and not the days or with days with a single mouse click on week day.

please help

thanks
Manish Kumar

9 Answers, 1 is accepted

Sort by
0
Manish Kumar
Top achievements
Rank 1
answered on 12 Apr 2010, 07:07 AM
Hi
   I want to know how we can make Week Number selectable and day name Selectable just by clicking on it (the entire date row gets selected) , Will i get any help regarding my query.

thanks
Manish
0
Kaloyan
Telerik team
answered on 14 Apr 2010, 08:49 AM
Hello Manish Kumar,

Sorry for the late response. Unfortunately the functionality you want to be achieved is not supported in the current version of the control.

Greetings,
Kaloyan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Manish Kumar
Top achievements
Rank 1
answered on 22 Apr 2010, 08:16 AM
Hi 
    How do we display the earlier selected multiple dates on your calendar, as SelectedDates property has no setter and SelectedDate can be set but only for single date.


thanks
Manish Kumar

0
Manish Kumar
Top achievements
Rank 1
answered on 27 Apr 2010, 02:58 PM
Hi 
    Is this Possible to to reaasign the selected Dates to calendar control

thanks
Manish Kumar
0
Kaloyan
Telerik team
answered on 28 Apr 2010, 08:18 AM
Hi Manish Kumar,

The SelectedDates property is of the IEnumerable type so you are not able to set it in xaml. The only possible way is to use it in the code behind. What is the goal you want to be achieved?

Regards,
Kaloyan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Manish Kumar
Top achievements
Rank 1
answered on 28 Apr 2010, 08:26 AM
HI,
   SelectDates is an IEnumerable type but its also a readonly property of the Calendar control. My objective is once if the user has selected the Multiple dates and when he returns to the same page again I want to show him his selected Dates. So I want to know is there any other process that can be followed to display him his earlier selected dates.

thanks
Manish Kumar
0
Kaloyan
Telerik team
answered on 29 Apr 2010, 02:50 PM
Hello Manish Kumar,

The only possible way is to persist the previous selected collection in some property in your application or data model and when the calendar is loaded again you can retrieve the collection form this property.

All the best,
Kaloyan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Manish Kumar
Top achievements
Rank 1
answered on 29 Apr 2010, 02:55 PM
Hi 
    I did that but I need to display his multiple selected dates on the calendar same way as it displays for single selected date.

thanks
Manish Kumar
0
Boyan
Telerik team
answered on 04 May 2010, 05:22 PM
Hello Manish Kumar,

We have entered a feature request based on your initial request in our Public Issue Tracking system with ID: 2048. You can vote there and if the demand is high we will include it in our plans for the next releases.

Now to your latest question. I have attached a sample project how you can load the selected dates from an xml file and apply it to the RadCalendar. You should do basically the same but your data should be dynamical. I believe that you have tried it but have forgotten  to use this line:
calendar1.DisplayDate = (DateTime)calendar1.SelectedDates[0];
If you don't set this no days will be selected.

Let me know if you need more help.

Regards,
Boyan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Calendar
Asked by
Manish Kumar
Top achievements
Rank 1
Answers by
Manish Kumar
Top achievements
Rank 1
Kaloyan
Telerik team
Boyan
Telerik team
Share this question
or