Hi,
I have gone thru many of our forums and unable to find an answer for my question.
I am trying bind a list to XamDataGrid with check box. My issue is after selecting few records in a grid, if I select one row it is clearing the all previous selection and selecting only the last record. But I need to append the selection with previously selected items. Could you please help me out to fix this?
Have enclosed a sample WPF application and you may need to refer below dlls to compile project (couldn't upload due to file size).
InfragisticsWPF4.DataPresenter.v11.2.dllInfragisticsWPF4.Editors.v11.2.dllInfragisticsWPF4.v11.2.dll
Thank you.
The record selection with 'Extended' option is based on either Ctrl or Shift key combinations on the keyboard. If you have multiple records selected with the check boxes and then you try to select a record, you would need to hold down the Ctrl key to maintain your prior selections otherwise it's expected to clear other selections.
Please refer to Selection Overview help topic for more information about record selections, and if you have any further questions feel free to ask.
Thank you,Sam