we have requirement where we need to add Multiselect control and source it with datapage type pagelist
am not able to pass current search parameters in data page so that it only fetch related data instead it always getting whole data which is impacting the performance.
Can someone guide me how to pass parameter in datapage sourced in multiselect.
Multi select does the filter based on search parameters, we need to categorize the data and pass the category to the datapage. So that it limits the set of data which comes and stores in clipboard.
Here you have passed hard coded parameter to DataPage but in my case I want to pass the searched string from multiselect as parameter to datapage so that only filter data can be fetched but am not able to pass it as multiselect uses pagelist property.