# Rows

- [Row Sorting](https://docs.dikesoft.com/rows/row-sorting.md): This section describes how you can sort the DikeGrid rows.
- [Row Selection](https://docs.dikesoft.com/rows/row-selection.md): The user can select one or all rows from the data source. This section describes how you can configure this feature.
- [Row Grouping](https://docs.dikesoft.com/rows/row-grouping.md): This section describes how the user can display rows grouped by columns.
- [Row Pagination](https://docs.dikesoft.com/rows/row-pagination.md): This section describes how to display a fixed amount of rows, in other words, page by page.


---

# 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://docs.dikesoft.com/rows.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.
