I want to select more than one row in a datagrid, which is bind to a DataTable. Selecting one item is possible but if I set SelectionMode
to "Extended" and SelectedItems
s there comes a mistake that there is no setter object to access.
Any help will be appreciated.