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

In This Topic
    OnClientColumnUngrouping Property
    In This Topic
    A function called when column is removed from the group area, but before wijgrid handles the operation. Cancellable.
    Syntax
    'Declaration
     
    Public Property OnClientColumnUngrouping As System.String
    public System.string OnClientColumnUngrouping {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Column being removed.
    See Also