Hi guys.
I found somme issue with Editor widget if use MVC wrapper for use Html.Kendo().EditorFor(x=>x.Body).
If use code above - when open image browser all files has name undefined and shows without Thumbnail. When i look at js code, that was rendered by MVC wrapper - it`s a bit different with code, that doc suggest to use as javascript plugin.
So, if i use mvc wrapper code like this:
All is ok, but problem start when i use Html.Kendo().EditorFor(x=>x.Body).
I use latest version of libs and js files - 2012.3.1315.
Could you help me?
I found somme issue with Editor widget if use MVC wrapper for use Html.Kendo().EditorFor(x=>x.Body).
If use code above - when open image browser all files has name undefined and shows without Thumbnail. When i look at js code, that was rendered by MVC wrapper - it`s a bit different with code, that doc suggest to use as javascript plugin.
So, if i use mvc wrapper code like this:
@(Html.Kendo().Editor() .Name("Editor") .HtmlAttributes(new { style = "width: 740px;height:440px" }).ImageBrowser(imageBrowser => imageBrowser .Image("~/Content/UserFiles/Images/{0}") .Read("Read", "ImageBrowser") .Create("Create", "ImageBrowser") .Destroy("Destroy", "ImageBrowser") .Upload("Upload", "ImageBrowser") .Thumbnail("Thumbnail", "ImageBrowser")))I use latest version of libs and js files - 2012.3.1315.
Could you help me?