Table of Contents
ClientSideOnSort Property

Gets or sets the name of the client side function to be called when a column is sorted in client running mode.

Syntax
 public String ClientSideOnSort { get; set; }
Remarks

See clientside_generic_handler for details about parameters and return value of this function.

See Also