cpr.controls.gridpart.DataRows

A class that manages the dataset row array.
Currently, only sort function is provided.

Index

Methods
Name Return Type Description
sort Sorts data by the entered sort condition.

Constructor

DataRows(dataSet, dataRowList)
Parameters
name type description
dataSet DataCollection
dataRowList IDataRow[]

Methods

sort(condition)
Sorts data by the entered sort condition.
Parameters
name type description
condition String Sort condition.