C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientColumnGrouping Property

In This Topic
OnClientColumnGrouping Property
In This Topic
A function called when column is dropped into the group area, but before wijgrid handles the operation. Cancellable.
Syntax
'Declaration
 
Public Property OnClientColumnGrouping As System.String
 
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