collapsable datagrids

  • Thread starter Thread starter The Bear
  • Start date Start date
T

The Bear

Is there a way to create a collapsable datagrid. Where multiple areas of the
grid can be expanded or collapsed? Using C# and Windows Forms
 
Hi,

I think your best bet would be to consider 3rd party UI components. Too much
effort and pain might be required to do that on your own, unless you are
doing that for educational purposes.
 
I came across one this weekend by Infragistics... seems to have a pretty
neat grid control. Are there others that anyone is aware of?

T.B.
Dmytro Lapshyn said:
Hi,

I think your best bet would be to consider 3rd party UI components. Too much
effort and pain might be required to do that on your own, unless you are
doing that for educational purposes.

--
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]


The Bear said:
Is there a way to create a collapsable datagrid. Where multiple areas of
the
grid can be expanded or collapsed? Using C# and Windows Forms
 
Several (watch for wrapping):
http://www.componentsource.com/Cata...A100~A200~BUSFUNCGRIDS&ul=en&gf=+BUSFUNCGRIDS



The Bear said:
I came across one this weekend by Infragistics... seems to have a pretty
neat grid control. Are there others that anyone is aware of?

T.B.
Dmytro Lapshyn said:
Hi,

I think your best bet would be to consider 3rd party UI components. Too much
effort and pain might be required to do that on your own, unless you are
doing that for educational purposes.

--
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]


The Bear said:
Is there a way to create a collapsable datagrid. Where multiple areas of
the
grid can be expanded or collapsed? Using C# and Windows Forms
 
Back
Top