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 .