Hi allI am using Entity Framework.I have a Table based on a ObjectList.When I set this as the DataSource, the grid is showingall the dependant tables also in the Grid.Is it possible to show it without all the dependent tables ?Thanks and best regardsFrank Uray
I'm not that familiar with the EntityFramework, but I assume you are talking about child bands.
this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;