RadzenTree: Children of a checked parent only show up in CheckValues if the children level is expanded. #733

Closed
opened 2026-01-29 17:42:25 +00:00 by claunia · 1 comment
Owner

Originally created by @CReizner on GitHub (Feb 15, 2023).

Expected behavior
When I check a parent node, all children are also checked (with parameter AllowCheckChildren="true"). The childrens should show up in CheckedValues (if @bind-CheckedValues is used) even if they are not visible.

Originally created by @CReizner on GitHub (Feb 15, 2023). **Expected behavior** When I check a parent node, all children are also checked (with parameter AllowCheckChildren="true"). The childrens should show up in CheckedValues (if @bind-CheckedValues is used) even if they are not visible.
Author
Owner

@enchev commented on GitHub (Feb 16, 2023):

This is how the component works - child nodes are unknown when the parent is checked since they are now yet loaded. If we need to check all child nodes on parent node check we might end with serious performance problems since to check the child nodes we must load them and they might be millions.

@enchev commented on GitHub (Feb 16, 2023): This is how the component works - child nodes are unknown when the parent is checked since they are now yet loaded. If we need to check all child nodes on parent node check we might end with serious performance problems since to check the child nodes we must load them and they might be millions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#733