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

ListView editing

1 Answer 124 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
bhavin
Top achievements
Rank 1
bhavin asked on 15 Oct 2018, 05:14 PM
Is there something similar to https://demos.telerik.com/kendo-ui/listview/editing for Kendo Angular?

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 16 Oct 2018, 01:06 PM
Hello Bhavin,

There is no dedicated Kendo UI for Angular ListView component, as the Angular framework provides built-in mechanisms for displaying a list of items in a custom template (via ng-template and *ngFor). You can also check out the following how-to article that demonstrates rendering the Kendo UI for Angular Grid items in a ListView-like fashion:

https://www.telerik.com/kendo-angular-ui/components/grid/how-to/render-cells-as-listview/

However the most straight-forward approach would be to create a custom component with a template with a section that contains the readonly markup and one for the required editors, and display one of the two conditionally based on the click of a button, e.g.:

https://stackblitz.com/edit/angular-gvziah?file=src/app/app.component.html

If you have the time, please support the following feature request in our UserVoice portal to help us estimate the customer demand for a ListView component and prioritize accordingly when updating our roadmap:

http://kendoui-feedback.telerik.com/forums/555517-kendo-ui-for-angular-feedback/suggestions/18778405-listview-component

Thank you in advance.

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