How to select more than one row for deleting?
Hello Dave,Just to follow up, please let us know if further assistance is needed for this request.Thank you.Sincerely,Mike D.Developer Support EngineerInfragisticswww.infragistics.com/support
Hi davefevold,
You need to set up selection to be multiple for row.
<ig:Selection RowSelectType="Multiple" CellClickAction="Row"></ig:Selection>
Then click on a cell to select it. Now holding control and clicking another row will add that row to the selected rows collection. If you hold shift and click, it will select all the rows in between, too. When you click delete, all selected rows will be deleted.
regards,David Young