Hi Syncfusion team,
I have a MultiSelectFor control render in the view, it's data source is remote data source which using UrlAdaptor with a query filter. The remote data source returns nothing when filter is empty (user not searching by keyword). The MultiSelectFor control works like picker where a search text box allows user to search for keyword and select multiple values.
The problem here is when I have a list of preselected value, its data source remain empty due to no keyword is searched. Therefore the MultiSelectFor is not selecting anything even the model contains a list of preselected value.
May I know how do I preselect items when in form initialization? or to prepopulate data source with only these preselected values so that its appear as selected?
Thank You!
Regards,
Khar Hui Chok