Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
selection does not propagate in a tree (XamGrid)
posted

I have a tree with 3-levels like this.

Item A

   ------ Item B

           - item i

           - item j

   ------ Item C

           - item x

           - item y

....

when I click item A, all items are selected well.

and when I click item B, item i, j, and item A are selected.

But the problem is, item A is not selected when I click item i which is the leaf node.

Selection is not propagated to the top node if I click the leaf node.

My XamGrid SelectionSettings are like this.

<ig:XamGrid.SelectionSettings>
                    <ig:SelectionSettings CellClickAction="SelectRow" RowSelection="Multiple" />
</ig:XamGrid.SelectionSettings>

Is there any options to allow the propagation in a selectionsettings?

Thank you in advance.

Parents Reply Children
No Data