Good afternoon,
I've noticed an inconsistency with the styles of textboxes when editing inline in a grid for textboxes and numeric textboxes.
In the demo they appear correctly, having had the surrounding span added, and have the theme's colouring and styling:
https://demos.telerik.com/aspnet-core/grid/editing-inline?autoRun=true&theme=classic-opal
However, if you edit in Telerik REPL (and the same happens for me in my dev environment) the numeric textboxes display differently, and don't pick up the theme's styling:
I've also notice that the EditorTemplates for Boolean, Date and DateTime are not working correctly as the closing bracket appears too early and renders the text:
HtmlAttributes(new { title = Html.ViewContext.ViewData.TemplateInfo.GetFullHtmlFieldName("")})
I have fixed this by editing the templates.
Kind regards,
Richard