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
445
How to bind CheckboxField checked property with command located in ViewModel.
posted

Hello. 

I would like to hook checked or unchecked status of the checkbox field of xamTreeGrid and handle it in a ViewModel using command.

But I can't find any event or property which CheckboxField of xamTreeGrid provide. Please let me know what to do. 

Below are something I want. (See bold area)

<igWPF:XamTreeGrid DataSource="{Binding Path=GroupItems}">

     <igWPF:XamTreeGrid.FieldLayouts>

              <igWPF:CheckBoxField Label="Selection" Name="IsChecked"  Width="Auto" AllowEdit="True" IsThreeState="True" CheckedStatusChanged={binding DataContext.XXXCommand >

                    <igWPF:CheckBoxField.Settings>        

                           <igWPF:FieldSettings   xxxxxxx/>

                      

Thank you in advanced.

Parents Reply Children
No Data