Hi there.
I just updated syncfusion to the 19.2.48 version. Before the update, the grid with batch edition was working fine, But now after save the edition errors are fired to the console. The error is the following
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Any[String](IEnumerable`1 source, Func`2 predicate)
at Syncfusion.Blazor.Grids.Internal.Edit`1[[ModelName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].isEditable(GridColumn Column)
at Syncfusion.Blazor.Grids.Internal.Edit`1.<ApplyFormValidation>d__72[[ ModelName , namesapece, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
This error is fired always with a specific grid, but with others just work fine but trying and trying I couldn't notice when or why this error is fired with other grid with batch edition
blazor.webassembly.js:1 System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Blazor.Grids.Internal.Edit`1.<SaveCell>d__83[[ ModelName , namespace, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
Why I am asking this in a thread is because before the Syncfusion update no error console is fired.
Thanks is there a specific date in August when this will be released?