I have a page which binds a service response to a collapsible set. Each collapsible item contains a list. Each list item contains a grid which has multiple labels. For example, the collapsible header contains the team name, and the list is populated by the team members, so you can collapse and expand each team name and see the members. All the population of data is working fine. However, I am getting a "Uncaught Error: cannot call methods on listview prior to initialization; attempted to call method 'refresh'" appear in the console for each list that is returned. Is there a way to avoid this? Thank you.