radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.52k stars 786 forks source link

RadzenTree Change Is not work correctly #1709

Closed Andrey-2021 closed 2 weeks ago

Andrey-2021 commented 3 weeks ago

image

When I click in (clean) check box FIRST time, the method OnChange is called and check box marked - it is correct. When I click in market (the same!) check box SECOND time, check box becomes unchecked. BUT When I click in (the same!) (now clean) check box THIRED time check box marked BUT OnChange method don't called!!! - it is ERROR! And in all other check operation with the same! check box, method OnChange DON'T called - it's ERROR! Method OnChange must be called everytime when I check/market the same check box.

v. Radzen.Blazor 5.2.2.

enchev commented 2 weeks ago

Works normally on our demos: https://github.com/user-attachments/assets/2c8ab902-ef52-4785-9ee8-0cd26fa7bed9 any additional details?

Andrey-2021 commented 2 weeks ago

No't worked When I click the SAME check box

https://github.com/user-attachments/assets/b142465a-c4e1-435f-b2b4-729d797d7077

Andrey-2021 commented 2 weeks ago

GitHub project https://github.com/Andrey-2021/RadzenTreeError

Andrey-2021 commented 2 weeks ago

I must create new issues?