Improve the .FooterTemplate() to support inline templates and receive the widget instance as a parameter, but not the event data.
Reproducible in the Vertical Grouping demo.
After adding 11 or more events, the last event starts overlapping the next resource group slot.
The slot should resize accordingly, based on the number of events shown in it. Events should not be displayed outside of the slot they belong to.
the header display 5/21 for 21 may, but should be 21/5 for French culture
no translation for Export PDF : "Export to PDF" should be "Exporter en PDF" in french Translation
Show picture
Add an option to configure a separate custom editor to be used when the Scheduler's mobile mode is enabled. This would make possible using two different templates at the same time, for example:
.Editable(editable => {
editable.TemplateName("CustomEditorTemplate").MobileTemplateName("CustomEditorMobileTemplate");
})