Getting Started with the KendoReact Data Query
Premium

Updated on Sep 2, 2026

This article covers adding the Data Query package to your project and importing its functions.

ninja-iconThe Data Query is part of KendoReact premium, an enterprise-grade UI library with 120+ free and premium components for building polished, performant apps. Test-drive all features with a free 30-day trial.Start Free Trial

Installing the Package

To add the Kendo UI Data Query package to your project, run the following command. The package has no external dependencies:

sh
npm install --save @progress/kendo-data-query

Importing Functions

Data Query uses named exports. Import only the functions you need:

js
import { process, orderBy, filterBy, groupBy, aggregateBy } from '@progress/kendo-data-query';

Check the API Reference for a complete list of exported functions and types.

Next Steps

In this article
Installing the PackageImporting FunctionsNext Steps
Not finding the help you need?
Contact Support