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

In This Topic
    OnClientColumnGrouped Property
    In This Topic
    A function called when column has been dropped.
    Syntax
    'Declaration
     
    Public Property OnClientColumnGrouped As System.String
    public System.string OnClientColumnGrouped {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Drag source, column being dragged.
      • Drop target, column on which drag source is dropped(be null if dropping a column into empty group area).
      • The place where the dragged column widget is located, possible value: "groupArea", "columns".
      • The place where the dropped column widget is located, possible value: "groupArea", "columns".
      • Position to drop (one of the "left", "right" and "center" values) relative to drop target(be "left" if dropping a column into empty group area).
    See Also