I have just had to upgrade to kendoui.aspnetmvc.hotfix.2013.2.813.commercial to fix some other issues with this control. However it now appears that the CustomTemplate is not displaying in the toolbar. I did note that in this package the dll is still version 2013.2.729.340, however it did fix my bug from the original 2013.2.729 major build.
Are you able to have a look at this and tell me if there is a quick fix
That didnt work although it should.
Are you able to have a look at this and tell me if there is a quick fix
@(Html.Kendo().Editor()
.Name("sectionBlockEditor")
.HtmlAttributes(new { style = "width: 900px;height:530px" })
.Tools(tools => tools
.Clear()
.Formatting()
.CustomTemplate(ct => ct.Template("<
label
for
=
'templateTool'
style
=
'vertical-align:middle;'
>Background:</
label
> <
select
id
=
'templateTool'
><
option
value
=
''
>none</
option
><
option
value
=
'\\#ff9'
>yellow</
option
><
option
value
=
'\\#dfd'
>green</
option
></
select
>"))
)
)