Hi,
The latest release 18.2.0.48 introduced new bugs.
One key functionality that is a deal breaker right now is arbitrary levels in the tree hierarchy.
I noticed in the Financials Module, that when I expand the chart of accounts at level 3,
I get the error below
Unhandled exception rendering component: The specified key 'checkboxState' does not exist in the ExpandoObject.
System.Collections.Generic.KeyNotFoundException: The specified key 'checkboxState' does not exist in the ExpandoObject.
at System.Dynamic.ExpandoObject.System.Collections.Generic.IDictionary<System.String,System.Object>.get_Item(String key)
at Syncfusion.Blazor.TreeGrid.Internal.TreeCell`2.ExpandCollapseClick(MouseEventArgs e)
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]
Unhandled exception in circuit 'IQmAcTZzC8wU79R0Yrj7lcyYHeYM2fuW3x1CdJ0fJ-o'.
System.Collections.Generic.KeyNotFoundException: The specified key 'checkboxState' does not exist in the ExpandoObject.
at System.Dynamic.ExpandoObject.System.Collections.Generic.IDictionary<System.String,System.Object>.get_Item(String key)
at Syncfusion.Blazor.TreeGrid.Internal.TreeCell`2.ExpandCollapseClick(MouseEventArgs e)
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
When you expand beyond 2 levels, you get the error above.
This happens for all instances of the TreeGrid after the update.
Your text editor does not allow Ctlr+V or any form of copy and paste, tried too many times to paste the markup here.
Kindly reproduce this bug and see for yourself.
Please fix this one asap as I have a demo that depends on this feature!
Thanks again