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
115
Binding SelectedItems
posted

Hi,

I need bind the property SelectedItems, but don't work, the property is readonly.

How I do this?

Parents
No Data
Reply
  • 2677
    posted

    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.

Children
No Data