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
800
Have RecordSelector selection set SelectedItems.Cells
posted

I have a lot of code that is built around xamdatagrid.SelectedIItems.Cells and accessing that collection in code-behind.

Is there a way when the user selects the right-triangle in the record selector (also when the user selects the right-triangle and drags the record selection) to have that update my selectedItems.cells so the cells of the selected records are selected?

Parents
No Data
Reply
  • 17475
    Offline posted

    Hello singlemalt,

    I have been looking through your post. When you select a record, the collection SelectedItems.Cells is cleared. The same happens if some records are selected and you try to add cells to the selection – SelectedItems.Records is cleared and the new items are added to SelectedItems.Cells. I suggest that you select only cells in order to update the SelectedItems.Cells collection.

    Please let me know if you have any other questions or concerns on this matter.

Children