Hierarchical/Collapsible grid/list

G

gdesou

I'm after a grid or list able to display hierarchical items and that
is able to collapse to parent items. I Google it for possible
solutions but I only get commercial products or reference to Outlook's
supergrid that as far as I understand is not available to us, mortals!
I will appreciate if you can enlight me on this.
Many thanks beforehand
 
E

Egghead

I believe you want to show db table relationship.
Ya, you either buy a 3rd party control or build it your own.
BTW, you better test few 3rd party controls before you choose one. Not all
grids are created equal.
 
L

Lee Alexander

Hi,

Well you might want to try www.CodeProject.com they have loads of controls.
I am also working an article for said website as I am about to give the
exact same control your after away. I wrote it for our RSS reader
product...Anyway the article won't be ready for a few weeks but your more
than welcome to have the control (with source). You can check out a picture
of the SuperList control I wrote here:

http://www.feedghost.com/Promo/ShowScreen.aspx?id=2

Of course if you want an interactive demo of it you can download FeedGhost
here:

http://www.feedghost.com/Downloads.aspx

There's no design time support with it so you have to programmatically set
it up, but that's pretty simple. If your interested in the source code email
me and i'll send you a copy.

My email address is "lee at_no_spam feedghost.com".
--
Regards

Lee Alexander
www.feedghost.com
An RSS Reader for Vista & XP
Synchronize, search, tag and share.
 
M

Michael Nemtsev

Hello gdesou,

You can use the hierarch in the standard winforms grid http://msdn.microsoft.com/msdnmag/issues/03/10/CuttingEdge/

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

g> I'm after a grid or list able to display hierarchical items and that
g> is able to collapse to parent items. I Google it for possible
g> solutions but I only get commercial products or reference to
g> Outlook's
g> supergrid that as far as I understand is not available to us,
g> mortals!
g> I will appreciate if you can enlight me on this.
g> Many thanks beforehand
 
P

Prashanth Rao

Hello gdesou,

You can use the hierarch in the standard winforms gridhttp://msdn.microsoft.com/msdnmag/issues/03/10/CuttingEdge/

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog:http://spaces.live.com/laflour
Team blog:http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

g> I'm after a grid or list able to display hierarchical items and that
g> is able to collapse to parent items. I Google it for possible
g> solutions but I only get commercial products or reference to
g> Outlook's
g> supergrid that as far as I understand is not available to us,
g> mortals!
g> I will appreciate if you can enlight me on this.
g> Many thanks beforehand

Hi Gdesou,

You can use the third party grid called 'Intersoft Webgrid'. This
supports many more options where in which u can display the
hierarchical items and all those features which you specified..

You can get more help here: http://www.intersoftpt.com/WebGrid/default.aspx?page=whatsnew

Hope this helps...

Regards,
Prashanth.
 

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