I have a question about the GridScreen behavior when you partially load a list. In particular, I am trying to load a row's content progressively (i.e. after loading one row, I load another row after a selection). However, I can't seem to achieve this behavior as seamlessly as I want it. Currently, I've tried using SetContentList to set the next row, but that seems to prevent me from selecting the previous rows. I've also tried this using SetContentListSubset with the same results. Any ideas?