# Grids

Grids serve as dynamic tools to efficiently present vast amounts of data in a structured format. It offers a multitude of features, such as sorting, filtering, grouping, and paging, ideal for managing extensive datasets. Their design properties emphasize customization and user-friendliness.

### Kendo Grid

A versatile table-like tool to handle and display large sets of data intelligently. Think of it as a smart table that helps organize and present lots of information neatly. The Kendo Grid is highly flexible, allowing users to customize both appearance and behavior. Equipped with a search bar and specific filter controls, this tool simplifies the process of pinpointing specific data. It supports essential functions such as sorting, filtering, and grouping, providing a seamless user experience with the added ability to edit data directly within the grid.&#x20;

#### Use cases

While the ideal use case may vary based on the application, it is best suited for apps that require a feature-rich, customizable grid, and data filtering functionalities.

<div align="left"><figure><img src="/files/tg1q7hEyZOGTS6hKfHwU" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.reasy.ai/help/getting-started/workspace/tools/screen-components/grids.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
