This is a migrated thread and some comments may be shown as answers.

Grid - Add new edit row at bottom

1 Answer 2385 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 04 Aug 2019, 11:29 AM

Is it possible to add the inline new record row at the bottom rather than the top. Is there a work around to force this behaviour?

 

Thanks.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 06 Aug 2019, 02:49 PM
Hi Paul,

Indeed this option is not supported out of the box. However it could be achieved by using custom implementation.

Basically, we need to add a new row at the bottom of the table and to edit it. For testing purposes I used the example from our documentation (Inline Editing on Row Click) and made some changes in the code (in app.component.ts and products.service.ts). I left some comments to indicate where the changes are:

https://stackblitz.com/edit/angular-gtyrvi

I hope this example helps. Let me know if I am missing something or any further assistance is required.

Regards,
Martin
Progress Telerik
Get quickly onboarded and successful with your Telerik and Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Paul
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or