Search Results: if (!this.bundlesReported[script.src]) {

Sorting

Guides

User Interaction With the DataGrid UI component, a user can sort by single and multiple columns. Use the sorting.mode property to specify the current sorting mode. jQuery JavaScript$(function() { ...

Editing

Guides

NOTE You must specify the DataGrid's keyExpr or the Store's key property to ensure that editing works properly. See Also key in ArrayStore | CustomStore | LocalStore | ODataStore User Interaction...

Client-Side Exporting and Printing

Guides

Although DevExtreme data visualization UI components can be displayed on any device, a user may need a UI component printed or in the form of a document. For these cases, the UI components provide...

Paging

Guides

Paging is used to load data in portions, which improves the UI component's performance on large datasets. Paging is enabled by default. You can control it with the paging object. Use this object's...

Group Summary

Guides

A group summary aggregates data in groups by columns. You can associate each column with one or more summary items of different types. Configure each summary item in the summary.groupItems array....