OnClientSorting Property | ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientSorting Property

In This Topic
OnClientSorting Property
In This Topic
A function called before the sorting operation is started. Cancellable.
Syntax
'Declaration
 
Public Property OnClientSorting As System.String
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • Column that is being sorted.
    • New sort direction.
See Also