RecroGridSetSort Method

Setting up sorting.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.3.0.24.0115.1
C#
protected void SetSort(
	string alias,
	int sort
)

Parameters

alias  String
The identifier of the column Alias.
sort  Int32
Priority of sorting starts from 1. In case of negative value, it is in descending order.

See Also