telerik-scheduler

Darg n Drop from ListBox to Telerik Scheduler in ASP.NET

I am using a Listbox and Telerik Scheduler in my web page. I need to drag an item from listbox to scheduler control. How can I do that? ...

Telerik Scheduler "UniqueId property" - how to access it

Hello, i use Telerik Demo Sheduler as my base. I have modified data loading like this: public class SessionAppointmentCollection : ObservableCollection<SessionAppointment>, IAppointmentFactory { /// <summary> /// Gets sample appointments. /// </summary> /// <value>The appointments.</value> ...

Teleric Sheduler - drag and drop

Hello, I use Teleric demo sheduler as my base, as it seen in http://www.telerik.com/community/forums/wpf/scheduler/uniqueid-property-how-to-access-it.aspx So i have implemented data loading from SQL to this sheduler. Now i want to implement drag and drop. So, how can i get my appointment values in old place and values in new place on she...

Silverlight 3 making content size to Page size

When this page loads the RadScheduler control does not render fully on the screen so the bottom half is not visible. How can I make it so that it sizes to the remaining space in the Page window? <navigation:Page> <Grid x:Name="LayoutRoot"> <Grid.RowDefinitions> <RowDefinition Height="50" /> <RowDefinition Height="*"...

Create AppointmentContextMenu that is different for each appointment in Telerik RadSchedular?

Hello So, I'm working on a project where I have Telerik's RadSchedular implemented. I want to create foreach appointment a ContextMenu based on some appointment information. The whole point is that I want to create a different context menu items for each appointment, apprently, the control doesn't support anything like this, coz everyti...

RadScheduler to show All Day Event

Hey, here is a stupid question for you. What do you have to do to get an appointment to displayed as an all day event in Telerik's RadScheduler? How do you tell the RadScheduler that this specific record is an all day event (something to do with start and end dates)? ...

Telerik RadScheduler and appointment attributes

I've got an aspx page, and in the code behind, I'm building a list of Telerik.Web.UI.Appointment objects, and setting the datasource of the RadScheduler to that list. For each appointment object I'm adding several attributes to it. Things like CusomerID. appt.Attributes.Add("CustomerID", 23); I need to get at this information client...