473,807 Members | 2,853 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Hierarchical/Collapsible grid/list

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

May 16 '07 #1
5 9461
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.

--
cheers,
RL
"gdesou" <gu************ @gmail.comwrote in message
news:11******** **************@ q75g2000hsh.goo glegroups.com.. .
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

May 16 '07 #2
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...Anywa y 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 programmaticall y 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.

"gdesou" <gu************ @gmail.comwrote in message
news:11******** **************@ q75g2000hsh.goo glegroups.com.. .
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

May 16 '07 #3
Hello gdesou,

You can use the hierarch in the standard winforms grid http://msdn.microsoft.com/msdnmag/is...0/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

gI'm after a grid or list able to display hierarchical items and that
gis able to collapse to parent items. I Google it for possible
gsolutions but I only get commercial products or reference to
gOutlook's
gsupergrid that as far as I understand is not available to us,
gmortals!
gI will appreciate if you can enlight me on this.
gMany thanks beforehand
May 16 '07 #4
On May 16, 10:57 pm, Michael Nemtsev <nemt...@msn.co mwrote:
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

gI'm after a grid or list able to display hierarchical items and that
gis able to collapse to parent items. I Google it for possible
gsolutions but I only get commercial products or reference to
gOutlook's
gsupergrid that as far as I understand is not available to us,
gmortals!
gI will appreciate if you can enlight me on this.
gMany 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/d...?page=whatsnew

Hope this helps...

Regards,
Prashanth.
May 17 '07 #5
Hi Gdesou,

You can use the third party grid 'Intersoft Webgrid'. Which supports
all the features which you mentioned. Find the help topics from the
below link

http://www.intersoftpt.com/WebGrid/d...?page=whatsnew

Regards,
Prashanth.

On May 16, 10:57 pm, Michael Nemtsev <nemt...@msn.co mwrote:
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

gI'm after a grid or list able to display hierarchical items and that
gis able to collapse to parent items. I Google it for possible
gsolutions but I only get commercial products or reference to
gOutlook's
gsupergrid that as far as I understand is not available to us,
gmortals!
gI will appreciate if you can enlight me on this.
gMany thanks beforehand

May 17 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4123
by: Mike N. | last post by:
Hello to all: First let me apologize for the length of this question, I've made an attempt to include as much information as is needed to help with the question. I am having problems putting together a query to pull out an alternative hierarchical view of my data. The database is implemented under SQL Sever 2000 and I am writing the front end using VB.Net and ADO.net. The following is the portion of my database structure that I am...
5
2667
by: Kent Boogaart | last post by:
Hi, I have some hierarchical data (FAQs) that I would like to bind to. The basic structure is: FAQ Category + Categories + FAQs So an FAQ category has any number of sub-categories and any number of FAQs.
2
1969
by: mitra4umohit | last post by:
Hi, I am very new to javascript programming. We are using JSP as UI and Servlet as controller. In our project we have requirement wherein I need to show result in form of list item/link in rows and if result has more than 5 rows there should be one more link on click of which it should go to page where we can have pagination for those results. Now this listing should be collapsible, means if user wishes he can collapse or expand...
7
2690
by: David T. Ashley | last post by:
I'm trying to implement these ... I know there is a lot of example code on the web, but I'm trying to roll my own ... What JavaScript functionality is typically used to display parts of the menu then hide it again ... haven't found anything that allows erasing or rewriting ... Thanks.
0
1416
by: Amorphous | last post by:
I'm looking for a way of making a collapsible list for a forum entry where I won't be able to edit anything except the <body>. Any ideas?
1
1649
by: mahesh123 | last post by:
I am using Collapsible Panel in my project.But in other form of my project i want to use collapsible panel inside other Collapsible panel.Is it possible. Both panels are to be dinamic.Is it possible can any one help me plz. My requirement is I am having different A's. Under each A Can have different B's. For each B can have diffrent C's.
4
4388
by: Marco Pais | last post by:
Hi there. I am trying to find th best way (best UI control) to present hierarchical data, nested tables. For example, I have a Employees table (id, name) and EmployeesSales (id, idEmp, description, value). I want to show this in an hierarchical mode, so I tried DataGrid control. However, as I read somewhere, this DataGrid can only show one table at a time, i.e., when I click "plus" sign, I have only a link to the EmployeesSales table.
2
1801
by: Effanbee | last post by:
Hi Everybody, Does anybody have an idea for a collapsible grid? I have a grid (ProductsList) displaying several rows. Several of the rows have one column in common ("Product Type"). The goal is to collapse the rows by product type, and total the sum based on the "grouping". The grid is displayed on an .aspx web page and I am using C# as code-behind. Thanks!
5
8068
by: veenna | last post by:
i have a grid inside a collapsible panel in my page. on expand of collapsible panel i want to bind data to grid. how can i do this? how to get the events of collapsible panel. please help regards, veena.
0
9720
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9599
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10374
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10112
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7650
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6879
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3854
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3011
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.