An error on creating of grid

I catch errors of grid using the method ActionFailure(Syncfusion.Blazor.Grids.FailureEventArgs args).

When the grid loading the first time the next error is sometimes catched:

System.ArgumentNullException: Value cannot be null. (Parameter 'source') at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Linq.Enumerable.OfType[TResult](IEnumerable source) at Syncfusion.Blazor.Grids.SfGrid`1.VirtualDataProcess(List`1 QueryStartIndexes, ActionArgs action, DataReadyArgs`1 eventArgs) at Syncfusion.Blazor.Grids.SfGrid`1.DataProcessChild(ActionArgs action, ActionEventArgs`1 actionArgs) at Syncfusion.Blazor.Grids.SfGrid`1.DataProcess(ActionArgs action, ActionEventArgs`1 actionArgs)

This error is not critical and grid works. Anyway I want to find the source and correct it. Could you give advice where to look for?


3 Replies

RS Renjith Singh Rajendran Syncfusion Team December 27, 2021 12:34 PM UTC

Hi Stanislav, 
 
Greetings from Syncfusion support. 
 
We have included several bug fixes and features in our latest nuget version releases. So we recommend you to check this by upgrading to our latest version release(19.4.0.38). If you are still facing difficulties then we need the following details which would be helpful for us to proceed further. Kindly share with us the following details for better assistance.  
 
  1. Share a simple issue reproducing sample for us to validate.
  2. Share the exact scenario or proper issue reproducing procedure to reproduce the reported problem.
  3. Share a video demo showing the replication of the problem you are facing.
  4. Share the Syncfusion version details.
  5. Share Grid’s total record count.
  6. Share the complete Grid rendering codes along with model class codes.
 
The provided information will help us analyze the problem, and provide you a solution as early as possible. 
 
Regards, 
Renjith R 



SG Stanislav Gordenko December 27, 2021 03:31 PM UTC

Hi Renjith,

No I check if my custom data adaptor returns DataResult with null Result. I hope it will solve the trouble. Otherwise I will write



RS Renjith Singh Rajendran Syncfusion Team December 28, 2021 04:24 AM UTC

Hi Stanislav, 
 
Thanks for your update. Please get back to us if you need further assistance. 
 
Regards, 
Renjith R 


Loader.
Up arrow icon