- Home
- Forum
- JavaScript - EJ 2
- Duplicate entries in MultiSelect
Duplicate entries in MultiSelect
Hi support,
I'm facing duplicate entries in the multiselect component.
This comes form the type of id.
If the type of the value parameter is numeric, everything is ok.
But as soon as the type is a string, then the correspondig datamanager is called twice and there will be duplicate entries.
My code of the grid:
Partial data of clubs:
[{
"clubid": 5,
"name": "Club ABC"
}, {
"clubid": 6,
"name": "Club XYZ"
}, {
Partial data of ageclasses:
[{
"groupvalue": "none",
"groupcaption": "keine"
}, {
"groupcaption": "F 11",
"groupvalue": "Female 11"
}, {
The dropdown of clubs has no duplicates but within the ageclasses dropdown all entries are doubled.
Is there any possibility to work with value parameter as a string?
There is an older forum thread facing the same issue:
https://www.syncfusion.com/forums/130660/duplicate-selected-values-in-multiselect-dropdownlist
Regards
Stephan
fields.value property.value field, provided that each value is unique. Based on your description, we recommend verifying that the DataManager is not returning duplicate records in the response data. And the value property should be unique . - A sample that replicates the reported scenario along with clear reproduction steps
- Are you using the MultiSelect as a standalone component or integrating it with another component (e.g., Grid)?
- The version of Syncfusion EJ2 packages you are using
- Share the video illustration of the reported scenario.
- 1 Reply
- 2 Participants
-
SS Stephan Schrade
- Jan 20, 2026 11:08 AM UTC
- Jan 22, 2026 04:09 AM UTC