PXSourceList
PXSourceList copied to clipboard
How can I auto expand a group at first time?
Hi everyone,
My source list will be show a group as expand at first time. I set expanded value in:
- (BOOL)sourceList:(PXSourceList *)aSourceList isGroupAlwaysExpanded:(id)group
But just Show/Hide button does not appear, children items don't show.
What should I do?
Best Regards, Nguyen
Send your PXSourceList the message expandItem:, where the item you send it is the PXSourceListItem you want to auto-expand on page load. [self.sourceList expandItem:item];