The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
JMJeyanth Muthu Pratheeban Sankara Subramanian Syncfusion Team July 30, 2020 02:51 PM UTC
Hi Vin,
Greetings from Syncfusion support.
We have checked your query. We can achieve this requirement using ngFor in Angular. We have made a simple sample which demonstrates your requirement. Please find the sample below.
I am getting same values with your example I need different values for [(ngModel)]="value"
JMJeyanth Muthu Pratheeban Sankara Subramanian Syncfusion Team July 31, 2020 08:45 AM UTC
Hi Vin,
Thanks for your update.
We suggest you to use ngModel if you are in need of two way binding. Also since we used ngFor, control will be refreshed on each time when the iterating variable is affected and based on the iterating variable for loop is executed which causes same value to display for all rendered controls. To overcome this, we suggest you to update the value of the dropdownlist in the created event which triggers when the control is created.