Hi
I'm using the sflistcontrol in a sfpopup. I'm using grouping and multi-selection in the list to get a list of filters that I then apply to a data source elsewhere (e.g. a filter picker).
Opening the popup and displaying the list works fine the first time. When closing I grab the selection from .SelectedItems. However, when I open the popup again the selection appears to be lost, or at least it doesn't show the items as 'selected' in the UI. Even if I reset the selection and reapply it when the popup opens the UI does not update - e.g. none of the items are selected even though they are included in the .SelectedItems collection.
I've created a demo of the problem in a test project, which is attached.
Thanks
Attachment:
SFTestApp_1d0d98b4.zip