RadzenDataGrid Reload

I tried to use Blazor client RadzenDataGrid to display the records. It does not seem to reload when I tried to change the size of DataInpLst. For example, the original size of DataInpLst is 1, it shows one record. When the DataInpLst is 2 or 3, it still shows one record. But, I use the sample html table, it works. Somehow, RadzenDataGrid does not seem reloaded even though I used ListGrid1.Reload();






Without a code example demonstrating the problem we will unable to help much.

I tried to commit the code. It did not allow to commit the code.