Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
sortColumn メソッド
列をソートします。
シンタックス
ASP.NET Ajax Javascript (Specification) | |
---|
function sortColumn(
column : GridColumn,
: Integer,
: Boolean
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfSorting.sortColumn(GridColumn,Integer,Boolean); |
パラメータ
- column
- 並べ替えが必要な列への参照。
- sortDirection
- 並べ替えの方向。以下のサーバーの SortDirection 列挙体に対応します。0 - None, 1 - Ascending, 2 - Descending.
- clear
- 以前並べ替えた列をクリアにするかどうかを決定します。
参照