Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid PopUp editor containment doesn't serialize #7291

Closed
StoyanGoranov opened this issue Mar 30, 2023 · 0 comments
Closed

Grid PopUp editor containment doesn't serialize #7291

StoyanGoranov opened this issue Mar 30, 2023 · 0 comments
Assignees

Comments

@StoyanGoranov
Copy link

Bug report

When a Grid is configured for PopUp Editing and the Containment property of the Window is configured it isn't serialized properly on the client-side.

Reproduction of the problem

  1. Run this REPL
  2. Start editing a row
  3. Drag the PopUp outside of the visible area of the REPL

Current behavior

The editable.window configuration of the Grid gets serialized like this:

    "editable": {
            "mode": "popup",
            "window": {
                "scrollable": true,
                "content": null,
                "draggable": true,
                "title": "Edit"
            }
        }

despite the HtmlHelper configuration:

    .Editable(editable => editable.Mode(GridEditMode.InCell).Window(wind=>wind.Draggable(settings=>settings.Containment(".contain"))))

Expected/desired behavior

The configuration should serialize correctly.

Environment

  • Kendo UI version: 2023.1.314
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Mar 30, 2023
@aleksandarevangelatov aleksandarevangelatov self-assigned this May 30, 2023
@github-actions github-actions bot added FP: Planned Sync status with associated Feedback Item FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item FP: Planned Sync status with associated Feedback Item labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants