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 VUE Wrapper - Cannot add new rows at Grid's bottom using editable-create-at="bottom" #5198

Closed
PekoPPT opened this issue Jul 31, 2019 · 2 comments
Assignees
Labels

Comments

@PekoPPT
Copy link
Contributor

PekoPPT commented Jul 31, 2019

Bug report

In Grid(Wrapper) in UI for Vue, the editable-create-at is not changing Grid's "add new row" behavior when it is set to "bottom".

Reproduction of the problem

  1. Open this Stackblitz and run it
  2. Press the "Add new record" button and see that the new record is being added to at the top of the Grid

A workaround that could be applied is to use :editable="{createAt:'bottom'}" instead of :editable-create-at="bottom"

Current behavior

The new rows are not being added to the bottom of the Grid with :editable-create-at="bottom" configuration applied.

Expected/desired behavior

When :editable-create-at="bottom" is applied the new records in the Grid should be added to its bottom

Environment

  • Kendo UI version: 2019.2.621
  • jQuery version: x.y
  • Browser: [all]
@martintabakov
Copy link
Contributor

Also reported in thread #1428273.

@zdravkov zdravkov self-assigned this Oct 30, 2020
@zdravkov
Copy link
Member

The correct definition of the property is with :editable-create-at="'bottom'" - here is an example where the configuration is set correctly - https://stackblitz.com/edit/kl2dxx-azqhkt?file=index.html

@zdravkov zdravkov added FP: Declined Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants