Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f7bc5d8

Browse files
chore: migrate example to the new service format
1 parent 906f94a commit f7bc5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Telerik.Examples.Mvc/Telerik.Examples.Mvc/Views/Forms/FormIndex.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.HtmlAttributes(new { style = "width: 100%;" })
1717
.DataSource(x =>
1818
x.Custom()
19-
.Transport(y => y.Read(z => z.Url("https://demos.telerik.com/kendo-ui/service/Products").DataType("jsonp")))
19+
.Transport(y => y.Read(z => z.Url("https://demos.telerik.com/service/v2/core/Products")))
2020
)
2121
)
2222
</li>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /