Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Two RootNodes From different DataSources
posted

Hello,

in my new project i have to show two types of object in one tree. Each of the objecttypes must be shown in different subtees with his own root node.

Infragistics is able to show a "DataSource" via DataBinding.

For Example:

"ObjectQuery<WorkpiecesGroups> WorkpiecesGroupesQuery = workpieceContext.WorkpiecesGroups.Where("it.ParentWorkpiecesGroup is NULL");
                this.ultraTreeRequirements.DataSource = WorkpiecesGroupesQuery.ToList();

It is possible to show the Data from two different Datasources?

For example with a "Datasource.Add' - Method? So that one root node with children is from datasource of Ado.Net dataSet and the other root node with children from datasource type of Ado.Net EntityFramework?

thanks and greatings: Rudi

Parents Reply Children
No Data