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

Binding RadSheduler with SubObjects

1 Answer 38 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 23 Oct 2008, 02:51 AM
Is it possible to bind an RadSheduler using SubObjects like RadGrid?
http://www.telerik.com/help/aspnet-ajax/grdbindingtosubobjects.html


Example:
public class MyData  
{  
public Meeting Information { get; set; }  
public Resource Resource { get; set; }  

I'm trying to bind a list of MyData in my RadScheduler and setting:

agenda.DataKeyField = "Information.Id";  
agenda.DataStartField = "Information.StartDate"

Is it possible? I'm getting this error:
DataBinding: 'MyData' does not contain a property with the name 'Id'.

It seens that it is looking for the property Id in MyData Object, not in SubObject MyData.Information.

Tku

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 27 Oct 2008, 01:55 PM
Hello Richard,

Currently, RadScheduler does not support this functionality, but we will probably implement it in the future. Thanks for asking this.

All the best,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Richard
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or