Problem with multiple selected items and uxgridview

3 replies. Last post: June 3, 2013 11:03 PM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Bill GowerMember

SelectedItem and SelectedItems are supposed to be synched when the selection mode is set to extended. I find the SelectedItem property is set but the the selectedItems is still null. The SelectedItems property is never set. Also my only choices are single and extended. Multiple is not recognized as a choice.

 

Here is my xaml for the grid

                      ItemsSource="{Binding Users}"
                                          SelectedItem="{Binding SelectedUser, Mode=TwoWay}"
                                          SelectedItems="{Binding SelectedUsers, Mode=TwoWay}"
                                          SelectionUnit="Row"
                                          StatusBarVisibility="Hidden" SelectionMode="Extended">

Bill

All times are GMT -5. The time now is 1:46 AM.
Previous Next