-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TreeView control shows odd behavior #3
Comments
Hi mcswaip1, Thank you for using Syncfusion Products. We could observe that you are enabling checkbox for child item and disabled for parent item. But while you checking the first child item, it automatically selects all child . We too checked in your provided example, but we could able to observe that on selecting the item in checkbox , it does select only that particular checkbox item and not all other items. Please find the video for the same from following Video: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Checkstate_Treeview-949457604 So kindly check the video and confirm us whether our understanding on the reported behavior is correct. If not, please send us the video that shows the exact issue, it would be helpful for us to proceed on it further. We have ensured it in 17.4.0.55v Regards, |
Vijayalakshmi VR, Thank you |
This seems to be related to the |
Hi Paul, Sorry for the delay. We have confirmed the reported scenario is a defect and logged a report for the reported scenario “Checkboxes not selected properly when InteractiveCheckBoxes is true”. We’ll include the code changes in our upcoming weekly nuget release expected to be published on 14th September, 2021. You can track the status of this defect using the following feedback link: If you have any more specification replication procedure or a scenario to be tested you can add it as a comment in the portal. Please let us know if you need any further assistance. Regards, |
Hi Paul, Thanks for your patience. The reported issue " Checkboxes not selected properly when InteractiveCheckBoxes is true" has been resolved, and the code changes have been included in our most recent weekly nuget version 19.2.0.62. The reported Nuget packages have been published on nuget.org. The packages can be downloaded from the following link. Nuget link: https://www.nuget.org/ Please let us know if you need any further assistance. Regards, |
Situation:
We have a WinForms .NET Core application.
TreeView control showing a list of parent and child items (several).
Parent items have ShowCheckBox = false
Child items have ShowCheckBox = true
Check the first child item.
All the child items under that parent get checked.
Is this expected behavior?
The text was updated successfully, but these errors were encountered: