syncfusion/ej2-angular-ui-components

problem get index datasource ej2-angular-list

messxay opened this issue · 2 comments

how to get index item customize template in ej2-angular-list

Hi Messxay,

You can retrieve the index values of the ListView datasource by using the DataManager component Query class. For your reference, we have retried all the id values of ListView items with a button click. Check the below code snippet.

click() { let list = new DataManager(this.data).executeLocal( new Query().select(['id']) ); console.log(list); }

You can find the sample from below link.

https://stackblitz.com/edit/angular-ybgrxj?file=app.component.ts

This issue has been resolved and has not had any activity for one week. Closing for housekeeping purposes. Please feel free to reopen if you have any further queries.