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
705
Looking for hierarchical (nested) grid code example
posted

Is there an example of using nested grids where everything is set up through (C# preferrably) code instead of using the designers?

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    What exactly do you mean by "nested" grids? I don't know of any samples of nested grids either at design-time or run-time. But if you just mean a grid with a hierarchical data source, then there's really nothing to sample.

    So I'm not really clear on what you need a sample of. As far as the grid is concerned, showing hierarchical data is the same as showing flat data. You just set the DataSource property on the grid or call the SetDataBinding method and pass in the data source.

Children