C1.Web.Wijmo.Controls.45 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
 
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