ASP.NET MVC コントロールヘルプ
クライアント側処理
コントロールの使用 > CollectionView > CollectionViewの使用 > クライアント側処理

CollectionViewHelper internally performs server-side operations like sorting, filtering, paging on data for databound controls like FlexGrid, FlexChart and other Input controls. However, it is possible to explicitly perform these operations on client-side too. CollectionView has a powerful client-side API. The Client-side operations include Current Record Management, Sorting, Filtering, Grouping and Tracking Changes.

See Wijmo CollectionView API Documentation for more information on CollectionView's client-side API.

In this section, you learn about the following client-side operations that can be performed using CollectionView.

現在のレコードの管理
Learn how to manage current record using CollectionView.
フィルタ処理
Learn how to perform filtering in databound control using CollectionView.
グループ化
Learn how to perform grouping in databound control using CollectionView.
ソート
Learn how to perform sorting in databound control using CollectionView.
変更の追跡
Learn how to keep track of changes made to the data in databound control using CollectionView.