473,836 Members | 2,057 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

collapsable datagrids

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

Nov 17 '05 #1
3 1415
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" <bu**********@h otmail.com> wrote in message
news:D6******** ************@ro gers.com...
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


Nov 17 '05 #2
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 [MVP]" <x-****@no-spam-please.hotpop.c om> wrote in message
news:un******** *****@TK2MSFTNG P15.phx.gbl...
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" <bu**********@h otmail.com> wrote in message
news:D6******** ************@ro gers.com...
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


Nov 17 '05 #3
Several (watch for wrapping):
http://www.componentsource.com/Catal...=+BUSFUNCGRIDS

"The Bear" <bu**********@h otmail.com> wrote in message
news:4M******** ************@ma gma.ca...
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 [MVP]" <x-****@no-spam-please.hotpop.c om> wrote in message
news:un******** *****@TK2MSFTNG P15.phx.gbl...
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" <bu**********@h otmail.com> wrote in message
news:D6******** ************@ro gers.com...
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



Nov 17 '05 #4

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

Similar topics

2
1420
by: news | last post by:
Is there a way to write an XML doc so that you can still format the text, bold and whatnot, and still have it display in a collapsable tree format? Here's what I'm using as a test: <?xml version="1.0" encoding="iso8859-1"?> <?xml-stylesheet type="text/css" href="xml-style.css"?> <result> <date>2005-05-19
0
1172
by: Steve | last post by:
Visual Studio 2003 .NET / C# My current application has a Treeview control down the left hand edge permanently, and this object acts as my main menu controller. What I want though is for this to be a collapsable menu object, like what you get in Visual Studio with the Solution Explorer when you toggle AutoHide. Is this possible? Thanks
4
416
by: ree32 | last post by:
I have a placeholder and depending on a user input(a drop downlist) when the user clicks a button I dynamically create a number of datagrids and fill them with data from a database. But the problem is that on a postback I lose all the datagrids and their data. I have looked at numerous pages on the net regarding this issue. Many say you have to rebuild build the controls on postback. How am I meant to do this in my situation as I don't...
1
1399
by: Brian Henry | last post by:
How do you make a collapsable list in html? I remember doing it in the past but cant remember how exactly to.. thanks!
7
1469
by: Rlrcstr | last post by:
How would one implement collapsable paragraphs of text in an HTML page? I want the sections of the document to be expandable for full text or collapsed into just the section heading. Any help is appreciated. Jerry
1
2481
by: t f | last post by:
Hi Is there a collapsable panel available in c#, e.g. like the toolbox / solution explorer etc... Or would one have to develop one? thanks t f
2
1946
by: rn5a | last post by:
In a shopping cart app, a ASPX page retrieves the order details & personal details of a user from a MS-Access database table depending upon the username of the user. The order details of a particular order (like ProductID, Name, Description, Quantity etc.) are displayed in one DataGrid where as the personal details of the buyer corresponding to this order (like Name, E-Mail, Shipping & Billing Address etc.) are displayed in another...
4
1331
by: cleary1981 | last post by:
Hi, I am using php to generate an xml file with information from my database. What I want to do is style xml into an expandable collapsable table where the user will only see the childnodes if they click on the parent node. <?xml-stylesheet href='completeproject.css' type='text/css'?> <companies> <company id='PORTASILO'> <project id='00001'> <project_name>LAFARGE</project_name>
0
9810
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
10819
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10570
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
9355
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7772
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
6972
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
5641
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...
1
4438
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4000
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.