
I have a database(Sql). I want to upload the data from table which as Start date and finish date etc.
I'm usung wcf for the data layer.
Thoughts?
Rick
9 Answers, 1 is accepted
Could you please share with us some more information about this scenario? What is your data model? What tables do you have?
I will be glad to assist you further.
George
the Telerik team

Sorry I haven't got back to you..
I'm using WCF/RIA services to pull data from Sql server etc.
I have table that populates this way:
Employee
Product_Name
Kill_Date---(expired date)
Added_Date -(production date)
Station
What happens when the user creates the product and prints it loads tht data in the table.
I would like to populate the Schedview (read only) with a timeline when the product was made and when it expires.
and group it by employee or station.
thoughts
Rick
I have an example with binding the RadScheduleView to the Entity Framework. Attached you can find the sample. I hope this helps.
In order to make the RadScheduleView readonly, you could cancel ShowDialog, AppointmentEditing, AppointmentCreating and AppointmentDeleting events.
Please do not hesitate to contact us if you require any further information.
George
the Telerik team

I have not been able to get the sample to compile. I think my radScheduler is a different version (I have the WPF product V2010 2.714 40). I have several compile errors due to missing assemblies, etc.
Would you happen to have a sample closer to my project configuration (WPF radgridview binding to EF tables)? Thank you for any help you may be able to give.
Sincerely,
Richard
This example is for our new RadScheduleView, not RadScheduler control. This Q3 we introduced the new RadScheduleView control. In order to run the example, you need to add references to:
- Telerik.Windows.Controls
- Telerik.Windows.Controls.Input
- Telerik.Windows.Controls.Navigation
- Telerik.Windows.Controls.ScheduleView
- Telerik.Windows.Data
George
the Telerik team

Thank you for your help.
I'm able to get it to work with the example you sent, but I'm still trying to group it by employee or station.
Currently I'm manually entering data in the tables.
Any thoughts?
Rick
I suggest you review our Grouping example for more details:
http://demos.telerik.com/wpf/?ScheduleView/Grouping/Basics
Greetings,
Rosi
the Telerik team

<<BTW: the example last year no longer compiles; there's a missing reference to "ResourceCollection".. which apparently is in Scheduler, not ScheduleView anymore.>>
thank you...
I suggest you review our online documentation for more details.
Greetings,
Rosi
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>