Hi kranthi,
Thanks for contacting Syncfusion support.
As per your reported scenario, we have loaded the Multiselect list items in the filtering event. Here when selecting the items from the popup, the selected items will automatically updated in the value property of Multiselect. By default, the dynamically selected items will be added to the pre-selecetd items. For your convenience, we have included a sample below.
public onSelect() {
setTimeout(() => {
console.log('The selected values are : ' + this.mulObj.value);
});
} |
Also, as per your requirement, the datasource loads only when filtering, therefore when you are updating the preselected value to the component, we request that you share the details. If you're loading the preselected value to the component on initial rendering, share the code snippet that demonstrates what you have been doing it.
Kindly check with the above sample, if issue still exists, please revert us with below details.
- Share control rendering code snippet along with assigning preselect value.
- If possible replicate the issue in the above provided sample.
- Provide issue replicating video demonstration.
Regards,
Ponmani M