Declined
Last Updated: 30 Oct 2020 05:52 by ADMIN
Armaan
Created on: 29 Jul 2019 11:24
Category:
Type: Bug Report
2
Add new row at bottom of Kendo Grid (Vue.JS)

In Kendo UI Grid for jQuery we have the following:

"editable": {

    "createAt": "bottom"

}

 

How it can be done in Kendo Grid for Vue.JS ?

----------------------------------------------------------------------------------------------------------------------------------

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 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]
1 comment
ADMIN
Petar
Posted on: 31 Jul 2019 13:59
Hi Armaan,

Thank you for reporting the issue. Usually, the configuration that could be used for achieving the desired functionality is when setting the editable-create-at and to "bottom". I've tested this configuration but it happened to not be working as expected and the current thread was converted to a bug. I've edited your initial post and added more details about the bug + a possible workaround. 

Depending on community interest and our priority queue the bug will be fixed in the future but I cannot say exactly when this would be done. 

Please try the provided workaround and let me know if it resolves your issue. 

I've updated your Telerik points as a sign of gratitude. 
Thank you once again for reporting the issue!

Regards,
Petar
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items