I have written a simple custom DataAdaptor for my DataGrid. The ReadAsync method is getting called correctly and is returning the correct values, but my DataGrid Remains empty. What am I doing wrong?
Roles.razor:
Adaptor:

Runtime (gets hit properly, list is non-empty with correct items):

Result: