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