Just FYI a couple if issues I noticed in the docs site:
1) There is no MVC Extensions documentation for the Editor in the getting started section of the docs.
2) Noticed that the upload control section in the getting started uses the wrong namespace for the extensions (Should say Kendo() instead of Telerik()):
1) There is no MVC Extensions documentation for the Editor in the getting started section of the docs.
2) Noticed that the upload control section in the getting started uses the wrong namespace for the extensions (Should say Kendo() instead of Telerik()):
@(Html.Telerik().Upload()
.Name("attachments")
.Async(async => async
.Save("Save", "Home")
)
)
Thanks!