-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: SchedulerFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET Core)S: Wrappers (ASP.NET MVC)SEV: Low
Milestone
Description
Bug report
Some of the options of the Scheduler's Editable.Window configuration do not work.
Reproduction of the problem
Configure Editable as shown below:
.Editable(editable =>
{
editable.TemplateName("CustomEditorTemplate");
editable.EditRecurringMode(SchedulerEditRecurringMode.Series);
editable.Window(w => w.Position(p => p.Top(40)).HtmlAttributes(new { @class="test", style = "top: 40px; max-height: calc(100vh - 80px); min-width: 680px;" }).Scrollable(true));
})
Current behavior
The Top and HtmlAttributes options have no effect. A custom class is not applied to the wrapping element.
Expected/desired behavior
The options should work as intended.
Environment
Kendo UI version: 2022.2.913
- jQuery version: x.y
- Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: SchedulerFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET Core)S: Wrappers (ASP.NET MVC)SEV: Low