North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ultimate UI for Windows Forms
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
State
See Verified Answer
Replies
6 replies
Subscribers
7 subscribers
Views
1439259 views
Users
0 members are here
UltraGrid
Share
More
Cancel
1210
Hierarchical view on WinGrid
Gilad
posted
over 16 years ago
Hi,
I want to create an hierarchical Grid in which there is a root item (a task for example, which also has some properties which should be displayed in columns), each root item has children from different kind, let them be called "Jobs" for the simplicity of my explanation . Each Job can then has "Child Jobs" as well, and so on and on… (recursively).
Each Job item also has its own properties that should be displayed in a multi-column table as well.
The relation between each root item to a child item depends on fields in the DB.
I wanted to know:
1. Is this structure possible with Infragistics WinGrid, or should I use WinTree; we rather have the WinGrid for all it sorting/filtering/summing options
2. Is it possible to create a scheme that will bind to create this automatically without having to manually build this tree with code?
3. Where can I find references/help on how to do this.
My department is very new with Infragistics, so far we were working with devexpress and we really want to use you controls.
Please help.
Thanx,
-Gilad
2334
Andrew
posted
over 16 years ago
Do you have custom business objects that represent this relationship? Or do you plan on using a DataSet? If you are using a DataSet all you need to do is create Relationships between the DataTables. The grid will show parent/child hierarchy based on the relationships that are defined. If you are using custom business objects the grid will show any public property that is a type that implements the IList interface as a hierarchy.
WinGrid Data binding
Cancel
Reply
Cancel
<