From 0fc4c07ff21c15a6f0a02fb95893539acfbcd8c1 Mon Sep 17 00:00:00 2001 From: Deantwo <2676134+Deantwo@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:07:41 +0200 Subject: [PATCH] Fixed DataSource Read method link Fixed a link to the DataSource Read method details page. --- docs-aspnet/html-helpers/data-management/grid/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-aspnet/html-helpers/data-management/grid/faq.md b/docs-aspnet/html-helpers/data-management/grid/faq.md index 343a08cc7e5..c04ad8b4c4a 100644 --- a/docs-aspnet/html-helpers/data-management/grid/faq.md +++ b/docs-aspnet/html-helpers/data-management/grid/faq.md @@ -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.