I have a nested list view with one level of "folders" which each can contain as many children as I want. However I want to be able to add new "folders" as well as new children once inside a folder, I have all that functionality and it works just find, but when selecting a folder with no children, the list view does not enter into the item, it just stays on the level above because there are no children to show, I have seen people get around this in xamarian with the query event, but I cannot find anything like that for js/mvc. (Mind you I am creating the list view with mvc, and then interacting with it using js).