ComponentOne GridView for ASP.NET WebForms
Working with GridView for ASP.NET Web Forms / Hierarchical Data Binding
In This Topic
    Hierarchical Data Binding
    In This Topic

    C1GridView allows you to bind data in a hierarchical grid of summary rows and detail rows using your customized query. Hierarchical relationships are defined manually between multiple tables in C1DetailGridView. It enables you to display the hierarchical data with multilevel, multiple layouts and provide features such as sorting, filtering, grouping and editing.

    The image below shows the hierarchical grid with one of its rows expanded.

    Important Properties

    See Also