ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientGroupAggregate Property

In This Topic
    OnClientGroupAggregate Property
    In This Topic
    A function called when groups are being created and the "aggregate" option of the column object has been set to "custom".
    Syntax
    'Declaration
     
    Public Property OnClientGroupAggregate As System.String
    public System.string OnClientGroupAggregate {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Data object.
      • Column that is being grouped.
      • Column initiated grouping.
      • Text that is being grouped.
      • Text that will be displayed in the group header or group footer.
      • First index for the data being grouped.
      • Last index for the data being grouped.
      • Indicates whether row that is being grouped is a group header or not.
    See Also