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
1005
How to select more than one row?
posted

How to select more than one row for deleting?

  • 2501
    posted

    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 Engineer
    Infragistics
    www.infragistics.com/support

  • 33839
    Suggested Answer
    posted

    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