Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi guys,
The error below is thrown when the DataGrid's page size Dropdown list is focused on or selected.
I mean the "Items per page" dropdown list.
The DataGrids in question are bound to an OData v4 data source.
[Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer] Unhandled exception rendering component: "Object reference not set to an instance of an object."
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.ListFocus()
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.CreatePopup()
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.ShowPopup()
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.DropDownClick()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
[ERR] [Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost] Unhandled exception in circuit '"KYBNzlulhwBKFXht6IOAI-lo753w6lDQF7JiXGCZ-0Y"'.
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.ListFocus()
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.CreatePopup()
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.ShowPopup()
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.DropDownClick()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
Any idea what the issue might be and when can I get a resolution?
Thanks,
Ozioma