[PR #386] Updated the behavior of is checked to correctly evaluate the bottom l… #2164

Open
opened 2026-01-29 18:17:31 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/386

State: closed
Merged: No


Hi Everyone,

I updated the behavior of the RadzenTree and TreeItem when the user chooess to display them as checkboxes.

I added a new property to RadenTree:
[Parameter] public string ChildrenPropertiesChain { get; set; } = string.Empty

If the user adds the chain of children as a string, the checkboxes will maintain the correct IsChcecked state.

I created an example on the https://blazor.radzen.com/tree-checkboxes page.

Best,
Garrett

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/386 **State:** closed **Merged:** No --- Hi Everyone, I updated the behavior of the RadzenTree and TreeItem when the user chooess to display them as checkboxes. I added a new property to RadenTree: [Parameter] public string ChildrenPropertiesChain { get; set; } = string.Empty If the user adds the chain of children as a string, the checkboxes will maintain the correct IsChcecked state. I created an example on the https://blazor.radzen.com/tree-checkboxes page. Best, Garrett
claunia added the pull-request label 2026-01-29 18:17:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2164