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

Scheduler

1 Answer 31 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kiran
Top achievements
Rank 1
Kiran asked on 30 Dec 2010, 07:28 AM

Hi,

I am using Scheduler controls but i dont know about the sheduler namespace in xaml source, according to telerik demos i trying to use the code for trial when i put the namespace "xmlns:local="clr-namespace:Telerik.Windows.Examples.Scheduler".. it showing error message even i wrote the  int grid.resource  for the following tags given.

<local:SpeakersList x:Key="Speakers" />

 

<local:StatusConverter x:Key="StatusConverter" />

 

 

 

<local:DateFormatConverter x:Key="DateFormatConverter" />

 

<local:CategoryToVisibilityConverter x:Key="CategoryToVisibilityConverter" />

<local:CategoryToVisibilityReverseConverter x:Key="CategoryToVisibilityReverseConverter" />

<local:CategoryToBackgroundConverter x:Key="CategoryToBackgroundConverter" />

<local:SpeakerToImageConverter x:Key="SpeakerToImageConverter" />

even i dont know how to implement this one... can i write some in app.xaml... please give breifly me what i have to do


i am eagerly waiting for ur reply


thanks & Regards

Patro.

1 Answer, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 03 Jan 2011, 01:06 PM
Hi Kiran,

The SpeakersList is a Collection and all other referenced resources are Converters. Altogether they are part of a scenario relevant internally only to theFirstLook example of the RadScheduler control. They relate by no means to the default functionality and behavior of the control itself.

The local namespace is used to reference the location of those internal files. In order for you to implement a similar functionality, I suggest you take a look at the sources of the example, examine the logic and use the approach to implement your own scenario in it.

Regards,
Dani
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
General Discussions
Asked by
Kiran
Top achievements
Rank 1
Answers by
Dani
Telerik team
Share this question
or