How to: DataGridView (for WinForms) adding multiple bands...

  • Thread starter Thread starter JDeats
  • Start date Start date
J

JDeats

Does the Microsoft DataGridView control support multiple bands (i.e.
expanding rows with embedded grids). If not, can anyone recommend a
good third-party solution for someone needing to manually build out a
multi-band grid without a fixed data source. The Infragistics controls
seem to be based entirely around a data source. I really don't want the
control to try and "help me" in this way. I just want maximum
flexibility at run-time.

The legacy Grid control fromt he 1.0 framework looks like an option,
but I'd like to know if there is something better.

Thanks
 
The Microsoft DataGridView control does not support heirarchical
datasets like the Microsoft MSHFlexGrid control did.

Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top