ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridGroupSettings

    Inheritance
    System.Object
    EJTagHelper
    GridGroupSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Grids
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GridGroupSettings : EJTagHelper

    Constructors

    GridGroupSettings()

    Declaration
    public GridGroupSettings()

    Properties

    AllowReordering

    If allowReordering set to true, then the Grid allows the grouped elements to be reordered.

    Declaration
    public bool AllowReordering { get; set; }
    Property Value
    Type Description
    System.Boolean

    CaptionTemplate

    The Caption Template allows user to display the string or HTML element in group caption.

    It accepts either the template string or the HTML element ID.

    Declaration
    public string CaptionTemplate { get; set; }
    Property Value
    Type Description
    System.String

    Columns

    Specifies the column names to group at initial rendering of the Grid. You can also get the currently grouped columns.

    Declaration
    public string[] Columns { get; set; }
    Property Value
    Type Description
    System.String[]

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    DisablePageWiseAggregates

    If disablePageWiseAggregates set to true, then the group aggregate value will be calculated from the whole data instead of paged data and two requests will be made for each page when Grid bound with remote service.

    Declaration
    public bool DisablePageWiseAggregates { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableLazyLoading

    If enableLazyLoading set to true, then the Grid will render the group caption child rows only when it will expand.

    Declaration
    public bool EnableLazyLoading { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    ShowDropArea

    If showDropArea is set to true, the group drop area element will be visible at the top of the Grid.

    Declaration
    public bool ShowDropArea { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowGroupedColumn

    If showGroupedColumn is set to false, it hides the grouped column after grouping.

    Declaration
    public bool ShowGroupedColumn { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowToggleButton

    If showToggleButton set to true, then the toggle button will be showed in the column headers which can be used to group or ungroup columns by clicking them.

    Declaration
    public bool ShowToggleButton { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowUngroupButton

    If showUngroupButton set to false, then ungroup button is hidden in dropped element. It can be used to ungroup the grouped column when click on ungroup button.

    Declaration
    public bool ShowUngroupButton { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved