ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender Class / OnClientColumnUngrouped Property

In This Topic
    OnClientColumnUngrouped Property
    In This Topic
    A function called when column has been removed from the group area.
    Syntax
    'Declaration
     
    Public Property OnClientColumnUngrouped As System.String
    public System.string OnClientColumnUngrouped {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • column being removed.
    See Also