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

In This Topic
    OnClientColumnDragging Property
    In This Topic
    A function called when column dragging is started, but before wijgrid handles the operation. Cancellable.
    Syntax
    'Declaration
     
    Public Property OnClientColumnDragging As System.String
    public System.string OnClientColumnDragging {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Drag source, column being dragged.
      • The place where the dragged column widget is located, possible value: "groupArea", "columns".
    See Also