Browse By Tags

  • Multiple record selection on an editable XamDataGrid without RecordSelector

    I've been working on implementing multiple record selection in a XamDataGrid without using the Record Selector, but rather simply by using the standard behaviors of shift-click and ctrl-click. I found that by setting SelectionTypeCell=null, SelectionTypeRecord…