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

In This Topic
OnClientColumnResizing Property
In This Topic
A function called when column is resized, but before wijgrid handles the operation. Cancellable.
Syntax
'Declaration
 
Public Property OnClientColumnResizing As System.String
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • Column that is being resized.
    • The old width of the column before resized.
    • The new width being set to the column.
See Also