I have menu ListView inside ListView
The problem all data is loaded at once which take lot of time
I want the first ListView load on page load then when on hover of listview1 row second ListView data load async
So page load does not take time in loading.
Please advice.