how would you acomplish this
i have this and when i debug is says true but on the screen nothing happens
<ig:XamTree x:Name="trCovs" CheckBoxVisibility="Visible" IsCheckBoxThreeState="False" ></ig:XamTree>
in code behind
For Each itm As Infragistics.Controls.Menus.XamTreeItem In trCovs.XamTreeItems itm.IsChecked = True Dim k = itm.IsChecked Next ??????
For Each itm As Infragistics.Controls.Menus.XamTreeItem In trCovs.XamTreeItems itm.IsChecked = True Dim k = itm.IsChecked Next
??????
Hello,
I have been looking into requirement, however when using the XamTree this appears to be the only approach. I can suggest checking out our XamDataTree control that has a built-in functionality for binding your underlying data object to a the Checkboxes via the CheckBoxMemberPath property of the NodeLayout. Here is are a couple of links where you can check the XamDataTree: http://samples.infragistics.com/sllob/data-tree , http://help.infragistics.com/NetAdvantage/Silverlight/2012.1/CLR4.0/?page=xamDataTree.html
Please let me know if I can be of any further assistance on the matter.
i am using 2011.2. there is no xamdatatree