iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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
Hello,
As far I know the SelectedItems property would be not empty when you set multiple as selectionmode.However, I will reconfirm this with our developer teams. Also, what did you mean by "Multiple is not recognized as a choice"?.
Regards,Handy
using a UXGridView the only choices for SelectionMode are single and extended. The documentation says that Multiple should be a choice too. And i tried it on another grid, using extended selectionmode my SelectedItem property was set to the selected item but not the selecteditems property. It was set to null.
Hello Bill,
Let me remodified my previous aswer. As default, the selection mode in UXGridView is Extended.You can just use the multiple just by using the "ctrl" and click key in mouse. I am not sure why your selection items are always null. It should not. Perhaps the properties itself are not implemented onPropertyChanged. You can find our sample about it in UXGridView/MVVM/SelectedItems (ClientUI Samples).
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname