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!
RowSelection not working properly while using RemoteData with Paging disabled
1. Run the Remote Data with Paging disabled
https://blazor.syncfusion.com/documentation/treegrid/data-binding/#remote-service-binding
<SfTreeGrid Id="TreeGrid" @ref="Treegrid" TValue="TreeNode" AllowRowDragAndDrop="true" AllowSorting="false" TreeColumnIndex="1" IdMapping="Id" ParentIdMapping="ParentId" Toolbar="@(new List<string>()
{ "Add","Edit", "Update", "Cancel"})" HasChildMapping="IsParent">
<SfDataManager Url="/api/NodeEntity" Adaptor="Adaptors.WebApiAdaptor"></SfDataManager>
<TreeGridColumns>
<TreeGridColumn Field="Id" HeaderText="Id" IsPrimaryKey="true" Width="10" Visible="false"></TreeGridColumn>
<TreeGridColumn Field="SortOrder" HeaderText="Order" Width="100" Visible="false"></TreeGridColumn>
<TreeGridColumn Field="Name" HeaderText="Name" Width="100"></TreeGridColumn>
</TreeGridColumns>
</SfTreeGrid>
2. RowSelection not working properly as like in attached video
Video Demo:- https://www.syncfusion.com/downloads/support/forum/160964/ze/DemoRowSelection_ca792e