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
5250
Entity Framework ObjectSet and the ultraGrid
posted

Hi all

I am using Entity Framework.
I have a Table based on a ObjectList.
When I set this as the DataSource, the grid is showing
all the dependant tables also in the Grid.

Is it possible to show it without all the dependent tables ?

Thanks and best regards
Frank Uray

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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;

Children
No Data