Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-aspnet/html-helpers/data-management/grid/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ The following example demonstrates how to send additional data in an Ajax-bound

## How can I reload data in Ajax-bound Grids?

Use the [`read`](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource#read) method of the DataSource.
Use the [`read`](https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/data/datasource/methods/read) method of the DataSource.

The following example demonstrates how to reload an Ajax-bound Grid.

Expand Down