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
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Hello Joshua,
The XamDataTree s available all the way back from 2010 volume 3 and is available for 11.2. Here is link from the online documentation for 11.2: http://help.infragistics.com/NetAdvantage/Silverlight/2011.2/CLR4.0/?page=xamDataTree.html .
Please let me know if you need any further assistance on the matter.