GridView: Improve VCQV items loading so that they are not iterated directly
Currently, within the LoadItems() method the items are being iterated directly, thus a second query to the database is triggered. A separate list for this operation should be created.