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

In This Topic
OnClientColumnUngrouping Property
In This Topic
A function called when column is removed from the group area, but before wijgrid handles the operation. Cancellable.
Syntax
'Declaration
 
Public Property OnClientColumnUngrouping As System.String
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • Column being removed.
See Also