Hierarchical Data is Ugly !

A

adh

Winforms Datagrid Qoute (MSDN):
Expanders are displayed in each parent row that contains a child table.
Clicking an expander generates a list of Web-like links to the child tables,
which when selected cause the child tables to be displayed end Quote.
I hate it:
1) This 'expando' icon is painted on each row even when no child belongs to
it.
2) When clicking this 'expando' icon you get a link to the child data, not
the data itself.
Ugly, ugly ugly. Any resolutions?
Thanks
ADH
 
L

Larry Woods

If you don't like it then turn it off!

datagrid.AllowNavigation=False


Larry Woods
 
K

Ken Tucker [MVP]

Hi,

Two options. First display the data in two grids use a
datarelation to keep the grids in sync.

www.onteorasoftware.com/downloads/multigrids.zip

Second use a third party grid to display the data. I like the developer
express one.
http://www.devexpress.com/products/NET/XtraGrid/

There is a free one from component one in the vb.net resource kit.
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx


Ken
-------------------------------
Winforms Datagrid Qoute (MSDN):
Expanders are displayed in each parent row that contains a child table.
Clicking an expander generates a list of Web-like links to the child tables,
which when selected cause the child tables to be displayed end Quote.
I hate it:
1) This 'expando' icon is painted on each row even when no child belongs to
it.
2) When clicking this 'expando' icon you get a link to the child data, not
the data itself.
Ugly, ugly ugly. Any resolutions?
Thanks
ADH
 
A

Avraham de-Haan

If you don't like it then turn it off!
Nope, I do like it but only on the rows needed.
Thanks, adh
 
A

Avraham de-Haan

Ken,
Two options. First display the data in two grids use a
datarelation to keep the grids in sync.
www.onteorasoftware.com/downloads/multigrids.zip
I would like to have the data "telescoped".

Second use a third party grid to display the data. I like the developer
express one.
http://www.devexpress.com/products/NET/XtraGrid/

There is a free one from component one in the vb.net resource kit.
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

Thanks, I will look at them.
2005 will bring as a better integrated solution?
This is something very basicaly (so I think).

Thanks, adh
 

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

Top