ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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
    public System.string OnClientColumnResizing {get; set;}
    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