The Editor Factory includes a method to specify a custom color picker, but I can't find documentation how to instantiate the parameter:
https://docs.telerik.com/aspnet-mvc/api/Kendo.Mvc.UI.Fluent/EditorToolFactory#fontcolorsystemactionkendomvcuifluenteditorcolorpickertoolbuilder
Html.Kendo().EditorFor(x => x.Body).Tools(tools => tools.FontColor( ??? ))
I'll appreciate your help
thanks