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

How To Add a New Item at the Bottom/End of a List?

1 Answer 432 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 21 Feb 2014, 08:57 PM
I am attempting to use a ListView to create a simple discussion board style capability. So far, so good except for one nagging problem. I can't figure out how to get a new item to appear in edit mode at the bottom/end of the list. The documentation says that .add() adds the item as the first item. I've found some reference to using the data source to add an item at the end, but even if I do that it still seems to add at the top and doesn't go into edit mode anyway.

Is there any way to accomplish this?

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 25 Feb 2014, 10:07 AM
Hello Dave,

There is not built-in way to achieve this, but you can easily implement it. Here is an example for this: Add item at the end of the page.

Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView
Asked by
Dave
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or