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.
I have same two ejs dropdownlist having same array values.if i select one value in first ejs dropdownlist ,that value i dont want in second dropdownlist. kindly provide solution.
POPrince Oliver Syncfusion Team September 13, 2021 03:17 PM UTC
Hi Sunil,
Thanks you contacting us.
We have achieved your requirement to remove the selected value of the first dropdown in the second dropdownlist. We have used the change event of the first dropdownlist and remove the same item from the second dropdownlist datasource and updated the datasource property.