The expanded item count.
Specifies an array of filter descriptors
The formula string applied to the filter.
Specifies an array of group descriptors
An array of data manager groups in the first level in the group tree.
Specifies hierarchy descriptor
A flag that indicates whether the collection is hierarchical.
Returns total number of visible data rows.
An array of data manager nodes in the first level in the node tree.
A root group that contains the group tree.
A root node that contains the node tree.
Specifies an array of sort descriptors
The data source array.
Adds calculated column
The name of new column
The formula of the calculated column
Adds a calculated field to the collection
The name of the calculated field
The formula of the calculated field
Adds data column
The name of new column
The name of data field
Sets a new formula in the specified calculated column.
The name of the calculated column.
The string of the new formula.
Sets a new formula in the specified calculated field.
The name of the calculated field.
The string of the new formula.
Evaluates the formula with the specified evaluate context.
The formula to be evaluated.
The group path as the evaluating context.
The hierarchy path as the evaluating context.
The index of source row.
Gets an array that contains all the calculated results of the specified calculated column.
The name of the calculated column.
Gets the value of a specified calculated field.
The name of the calculated field.
Gets the child group path.
An array which indicate the path of the group.
Gets the row item object at the specified view row index.
The row index in the view.
If false, item in collapsed group is not counted.
If false, item in collapsed tree node is not counted.
Gets all the view items in the collection.
Gets the child group or node by path.
An array which indicate the path of the group.
An array which indicate the path of the node.
Adds new data items to the source collection at the specified row index in the source, and refreshes the data manager.
An Object or an array of objects which are new data items.
The row index in the data source to add. The default is the last one.
Checks whether the column is an existing calculated column.
The column name to test.
Remove specified calculated column
The name of calculated column to remove
Removes the calculated field from the collection.
The name of the calculated field to be removed.
Removes data items from the source collection at the specified source row index.
The row index in the source collection.
Number of row to remove.
Update one item at the specific index.
The source index
The new object which will replace the old one.
Defines data manager that preprocess data according to specified grouping/filtering/sorting configurations.