Is there an example of using nested grids where everything is set up through (C# preferrably) code instead of using the designers?
Thank you. This is what I was looking for. From my work with other grids, you always had to do a little bit more plumbing to get the grid to show the hierarchical data. I assumed the Infragistics grid was similar. I didn't realize it was this simple!
It looks like this might be what you want:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=1661
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.