Listview data-filter-reveal problem JQM 1.3

Listview data-filter-reveal problem JQM 1.3

Hi,

I have created a list view with property data-filter-reveal set to true. The list is populated from a sqlite database at runtime in pageshow event. When I open the page, the listview is shown correctly in the page but is is expanded (all children items are shown).
If the listview is populated directly from the HTML file of the page (static content), the children items are shown correctly only when I type some text in the search field.