Hi,
I have a XamComboEditor:
<igEditors:XamComboEditor Foreground="Black" Background="#CDDCAF" Grid.Column="1" Grid.ColumnSpan="4" Grid.Row="2" Name="SchedLowComboEditor" ItemsSource="{Binding SchedTitles}" DisplayMemberPath="Value" ValuePath="Key" Value="{Binding SelectedSchedLow.ScheduleTitleKey}" SelectedItemChanged="{Binding ?? }"
I want to bind the SelectionChanged event to method in ViewModel, so that i can refresh the data of my form.
Any suggestions or help?
With Regards,
Sagar
Hello Venkata,
Thank for your post.
I have been looking into your question and it seems the same as your last reply in the following forum thread: http://ko.infragistics.com/community/forums/t/90411.aspx , to which Stefan already replied.I have created a sample application for you, that shows how you can implement one of the approaches that Stefan has suggested.
Feel free to write me if you need further assistance on this matter.
Hello Venkataa,
I am just checking if you require any further assistance on the matter.