Hi,
I need bind the property SelectedItems, but don't work, the property is readonly.
How I do this?
Hello,
Sorry, but this feature is not currently available. You can not bind to the SelectedItems.Records, Cells, or Fields. Please submit a Feature Request for this feature. The more feedback that we receive for certain functionality, the more likely it is to be implemented in the product.
However, there is a way to bind to the ActiveRecord or ActiveDataItem property. I am not sure if that will help. The ActiveRecord /DataItem is very similar to a SelectedRecord. The only difference is that there can be only one ActiveRecord and there can potentially be many SelectedRecords. So if all you need to keep track of is one record, that may work.
The only way right now to keep track of the selected records and update a view model with them would be to handle the SelectedItemsChanged event.
Sorry for this inconvenience.