This question is locked. New answers and comments are not allowed.
I use the radtreeview with checkboxes and "tristate selection logic"
After I have databound my radtreeview I want to check SOME of the checkboxes (to show the selection the user made previously)
I cannot seem to iterate through the tree-items properly to set the selection state.
The only option i have found so far is to not use the built-in-checkbox but bind to a custom one in my template (the mvvm example) but this means I have to implement the tristate logic myself. This on itself is not a very large problem but it seems unlikely to me that this would be necessary.
more info about the problem i'm having is on stack overflow here: http://stackoverflow.com/questions/23496122/preselect-checkboxes-in-radtreeview-silverlight
After I have databound my radtreeview I want to check SOME of the checkboxes (to show the selection the user made previously)
I cannot seem to iterate through the tree-items properly to set the selection state.
The only option i have found so far is to not use the built-in-checkbox but bind to a custom one in my template (the mvvm example) but this means I have to implement the tristate logic myself. This on itself is not a very large problem but it seems unlikely to me that this would be necessary.
more info about the problem i'm having is on stack overflow here: http://stackoverflow.com/questions/23496122/preselect-checkboxes-in-radtreeview-silverlight