tiered datagrid rows?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a datagrid that i need to tier rows in. some rows will have
additional info that needs to be optional to display. i'd like a "+" for the
user to click on and the additional information shows in the current
datagrid. rows that do not have any additional info will not have a "+". is
there anyway to do this?
 
i have a datagrid that i need to tier rows in. some rows will have
additional info that needs to be optional to display. i'd like a "+" for the
user to click on and the additional information shows in the current
datagrid. rows that do not have any additional info will not have a "+". is
there anyway to do this?

For advanced capabilities such as this, I'd suggest you look at a
professional datagrids. From what I know, neither the old nor the new
MS datagrids can do this.

Here's our grid:

http://www.xceedsoft.com/products/gridnet

It does master/detail and grouping, which should cover your needs
quite nicely, as well as a whole lot more. It is $400.

Al

--
Alex Leblanc
Xceed Software Inc.
http://www.xceedsoft.com

Check out our advanced .NET grid and Windows Forms UI controls

Email: (e-mail address removed) (remove the first 'x')
 
Back
Top