Is there an example of using nested grids where everything is set up through (C# preferrably) code instead of using the designers?
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.
It looks like this might be what you want:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=1661