From 7127a44fcc18c9cea50e09557a7232200ac30422 Mon Sep 17 00:00:00 2001 From: f-laurent <102375299+f-laurent@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:58:47 +0100 Subject: [PATCH] Reverse commited conflict --- docs/framework/datasource/hierarchical.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/framework/datasource/hierarchical.md b/docs/framework/datasource/hierarchical.md index da8bd09c96e..391d2224c75 100644 --- a/docs/framework/datasource/hierarchical.md +++ b/docs/framework/datasource/hierarchical.md @@ -240,11 +240,7 @@ If you have a way of fetching data that cannot be achieved through the default [ // [additional processing here] $.ajax({ -<<<<<<< HEAD - url: "https://demos.telerik.com/service/v2/core/employees", -======= url: "https://demos.telerik.com/service/v2/core/Employees", ->>>>>>> 8f27c13c7d (chore: update docs examples to new service) data: { EmployeeId: id }, success: function(result) { // Notify the data source that the request succeeded.