hierarchical GridForm without coding

This example shows how to make a hierarchical GridForm. Just specify the relations of the GridForms in DataForm.NET Designer. The single child GridForm can be displayed nested and multiple GridForms can be linked together. In this sample, the top level of GridForm (Employees) has two children GridForms (Assistants and Orders) which are displayed underneath the top GridForm. And Orders GridForm has only one child GridForm(Order Details) which is displayed nested. By repeating the above steps, a very large/deep hierarchical GridForm can be easily created just in minutes.

Pick a Theme:

Employees 
 Employee
Employee Name
CityHire DateTitlePhoto
  

Employee ID:1
Davolio, NancySeattle5/1/1992Sales Representative

Employee ID:2
Fuller, KayTacoma8/14/1992Vice President, Sales

Employee ID:3
Leverling, JanetKirkland4/29/1992Sales Representative
1 - 3 / 22 RecordsPage / 8 
Birth Date12/8/1948
Address507 - 20th Ave. E.Apt. 2A
RegionWA
Postal Code98122
CountryUSA
Home Phone(206) 555-9857
Birth Date2/19/1952
Address908 W. Capital Way
RegionWA
Postal Code98401
CountryUSA
Home Phone(206) 555-9482
Birth Date8/30/1963
Address722 Moss Bay Blvd.
RegionWA
Postal Code98033
CountryUSA
Home Phone(206) 555-3412

  Design   Source  
  1. Open DataForm.NET Manager. In DataForm.NET List page, choose Employees by clicking the link.
  2. In the DataForm.NET Designer at the right hand side, switch to GridForm tab.
  3. Click "Edit" link next to the GridForm Relation textbox to manage the relations.
  4. In the popup window, choose ReportsTo and the columns of foreign key relation are listed below. Check the relations and add them.
  5. choose Orders and the columns of foreign key relation are listed below. Check the relations and add them.
  • Click HERE to open up a READ ONLY DataForm.NET Manager.
  • Click HERE to try for yourself.