Skip to content

Unable to set Scheduler editable window options #7141

@IvanDanchev

Description

@IvanDanchev

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

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions