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
900
predefined bands
posted

We have a complex data model with a lot of foreign key dependencies between the tables. Our entities have several navigation properties (lists), some of them are recursive.

We have several grids to present the entities. Each of them uses only one (a different one in each grid) navigation property to show a hierarchical table.

We need the same columns in each band, therefore we create the columns and the bands manually, and we attach the same range of columns to the bands. We set the NewBandLoadStyle and the NewColumnLoadStyle to Hide.

It works with MaxBandDepth=3, but not with 6. It takes too long untill the results are presented after the setting of the DataSource property (using a BindingSource). The grid generates hundreds of hidden bands.

We want to avoid the implementing of an ITypedList or the inheritance of entities just for presentation purposes.
Is there a possibility to tell the grid not to generate new bands at all?

Parents Reply Children