[]
Configurates the OnClientSortingColumn client event. Occurs before the user applies a sort by clicking on a column header.
public virtual TBuilder OnClientSortingColumn(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |