I have two labels located in a collapsible list header that are populated from a list service. The information is mapped correctly and is displayed properly after the list service completes. However, when I try to use the "expand" event to return the label text, I get the default label values set before the list service runs.
When I try the same code with a "static" collapsible list (not populated by a database service), I can easily get the label text.