Radzen Datagrid Question

I wonder if it is possible to load a Radzen Datagrid using a Dynamic Data Object. In other words, if I have an async Task function that returns two dissimilar IEnumerable Data Response Objects based on a report-type parameter, I want a Single Blazor Datagrid to display the data accordingly. One of the data objects is a list of package tracking summaries, and the other is a list of package tracking details. Thus, they differ in the number and naming of data fields. Would this be possible?