Grid does not show items when using custom DataAdaptor

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:



2 Replies

JV Jonathan Vathauer September 12, 2021 06:08 PM UTC

I had missed this line in the Doc:


The solution was:




RS Renjith Singh Rajendran Syncfusion Team September 13, 2021 05:23 AM UTC

Hi Jonathan, 

Thanks for your update. Please get back to us if you need further assistance. 

Regards, 
Renjith R 


Loader.
Up arrow icon