Hi,
I am trying to make use of the non-visual component feature in my demo project to display some event lists. So, had adopted the non-visual component example to my demo project.
I see that, list is not being displayed when dialog transition invoked from main dialog.


As shown above, i had created list and view dialogs as per the non-visual component example and i had invoked the dialog when the respective button was touched from main dialog.

Using trace messages, I was able to understand the database records are created and getting invoked as expected and also, I had created a separate project to verify the functionality of non-visual component and its working as expected.
Can anyone point out the mistake in the above procedure to make use of database list.
Demo project for reference: Non-visual component usage