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

Class DisableWeekendsSelectionCalendar Issue

4 Answers 41 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Juan Camilo zapata
Top achievements
Rank 1
Juan Camilo zapata asked on 25 Feb 2010, 01:16 AM
Hello, I have a question regarding DisableWeekendsSelectionCalendar class that is used in the demo, as the implement in my code, but it turns out I'm calling a webservice to bring dates to display as special days, and it turns out the application fails and no reason. If Isomeone can help me to solve this would be helpful.
Thanks

4 Answers, 1 is accepted

Sort by
0
Juan Camilo zapata
Top achievements
Rank 1
answered on 01 Mar 2010, 04:18 PM
Someone
0
Kaloyan
Telerik team
answered on 02 Mar 2010, 08:08 AM
Hello Juan Camilo zapata,

Sharing some simple project with the problem described by you would be of much help for us as we can not explain the aforementioned issue.

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
Juan Camilo zapata
Top achievements
Rank 1
answered on 02 Mar 2010, 06:00 PM
Ok , here is the example project, that basically contain the template that is in here in the demo, but in the MainPage.xaml.cs there is two lines that i commented, if you uncoment those lines, the run stops.
0
Kaloyan
Telerik team
answered on 05 Mar 2010, 01:09 PM
Hi Juan Camilo zapata,

I have checked your project. What you need is to set the new ObservableCollection to a new object, in other words not to null:

ObservableCollection<string> observableCollection = new ObservableCollection<string>();
observableCollection.Add("Item");

Kind 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.
Tags
Calendar
Asked by
Juan Camilo zapata
Top achievements
Rank 1
Answers by
Juan Camilo zapata
Top achievements
Rank 1
Kaloyan
Telerik team
Share this question
or