Hi all,
i am working with RadPivotGrid with an EntityFramework Datasource
i would like to add a datasource made like that:
this.queryableDataProvider = new QueryableDataProvider()
{
Source = DBContext.PERSON.Include(e => e.TASKS)
};
when i start the program in the RadPivotGrid and in the FieldList i only see PEERSON and i am unable to see any further level of my DataSource (everything that is in the "include" linq query.
all the EDM Model is tested in many years and works great with all the telerik controls but i am unable to use RadPivotGrid
am i missing some points?
Thanks
Andrea