ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientColumnDropping Property

In This Topic
    OnClientColumnDropping Property
    In This Topic
    A function called when column is dropped, but before wijgrid handles the operation. Cancellable.
    Syntax
    'Declaration
     
    Public Property OnClientColumnDropping As System.String
    public System.string OnClientColumnDropping {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).
      • 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