I want to bind a list of persons to a DataGrid control. The objects are loaded on demand, this means that initally I only have a List of IDs (int). In the DataGrid itself I want the objects (of type Person) with all their properties.I want to bind a list of persons to a DataGrid