Using a SelectItem where setMultiple is True, how can I get all selected records? Calling SelectItem.getSelectedRecord() only returns the first selected item. I am looking for something similar to ListGrid.getSelection. Any advice on how to accomplish this?
Thanks
Thanks
Comment