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

In This Topic
    OnClientGroupText Property
    In This Topic
    A function called when groups are being created and the groupInfo.headerText or groupInfo.footerText of the groupInfo option has been set to "custom".
    Syntax
    'Declaration
     
    Public Property OnClientGroupText As System.String
    public System.string OnClientGroupText {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.
      • Aggregate value.
    See Also