menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Namespace Syncfusion.EJ2.TreeGrid - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Namespace Syncfusion.EJ2.TreeGrid

    Classes

    CopyHierarchyType

    Defines the types of CopyHierarchyMode for grid data. The available copy hierarchy types are: Parent: Copies data maintaining only parent hierarchy. Child: Copies data with child hierarchy. Both: Maintains both parent and child hierarchy during copy. None: Copies data without any hierarchy structure.

    EditMode

    Defines modes of editing supported by TreeGrids. The available editing modes are: Cell: Enables cell editing mode. Row: Enables row editing mode. Dialog: Opens a dialog for editing. Batch: Allows for batch editing of multiple records.

    FilterHierarchyMode

    Defines modes of Filter Hierarchy used in TreeGrids. The available modes are: Parent: Shows filtered records along with their parent records. Child: Shows filtered records along with their child records. Both: Shows filtered records with both parent and child records. None: Shows only the filtered records without any parent or child context.

    FilterType

    Defines types of filters available in TreeGrids. The available filter types are: Menu: Applies a dialog-based filtering option, where users can select operators such as 'equals', 'contains', etc., and enter filter values for more granular control. Excel: Provides Excel-like filtering capabilities. FilterBar: Uses a filter bar at the top of each column.

    PageSizeMode

    Defines the available PageSizeMode options for pagination in a tree grid structure.

    RowPosition

    Defines the target position for adding new rows in the TreeGrid. The available positions are: Top: Adds a new row at the top of all rows. Bottom: Adds a new row at the bottom of all rows. Above: Adds a new row above the currently selected row. Below: Adds a new row below the currently selected row. Child: Adds a new row as a child to the currently selected row.

    TreeGrid
    TreeGridAggregate
    TreeGridAggregateBuilder
    TreeGridAggregateColumn
    TreeGridAggregateColumnBuilder
    TreeGridAggregateColumns
    TreeGridAggregates
    TreeGridColumn
    TreeGridColumnBuilder
    TreeGridColumns
    TreeGridEditSettings
    TreeGridEditSettingsBuilder
    TreeGridFilterSettings
    TreeGridFilterSettingsBuilder
    TreeGridInfiniteScrollSettings
    TreeGridInfiniteScrollSettingsBuilder
    TreeGridLoadingIndicator
    TreeGridLoadingIndicatorBuilder
    TreeGridPageSettings
    TreeGridPageSettingsBuilder
    TreeGridRowDropSettings
    TreeGridRowDropSettingsBuilder
    TreeGridSearchSettings
    TreeGridSearchSettingsBuilder
    TreeGridSelectionSettings
    TreeGridSelectionSettingsBuilder
    TreeGridSortSettings
    TreeGridSortSettingsBuilder
    TreeGridStackedColumn
    TreeGridStackedColumnBuilder
    TreeGridStackedColumns
    TreeGridTextWrapSettings
    TreeGridTextWrapSettingsBuilder
    WrapMode

    Defines wrapping modes for column content in TreeGrids. The available wrap modes are: Both: Wraps both header and content. Header: Wraps only the header. Content: Wraps only the content.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved