We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906f94a commit f7bc5d8Copy full SHA for f7bc5d8
Telerik.Examples.Mvc/Telerik.Examples.Mvc/Views/Forms/FormIndex.cshtml
@@ -16,7 +16,7 @@
16
.HtmlAttributes(new { style = "width: 100%;" })
17
.DataSource(x =>
18
x.Custom()
19
- .Transport(y => y.Read(z => z.Url("https://demos.telerik.com/kendo-ui/service/Products").DataType("jsonp")))
+ .Transport(y => y.Read(z => z.Url("https://demos.telerik.com/service/v2/core/Products")))
20
)
21
22
</li>
0 commit comments