G
Guest
My task is a little more complicated than that because of my user
requirements. In my app I have made the DataGrid read only because there is
concern that the users will inadvertently delete rows. I need the Delete to
be a two-step process in which the user selects rows on the datagrid and then
clicks a button to confirm that the selected rows will be deleted.
So, my challenge is just to identify the rows that are selected and then
pass these rows to a procedure for deletion. I thought I could do this with
the IsSelected property but it doesn't seem to be working.
requirements. In my app I have made the DataGrid read only because there is
concern that the users will inadvertently delete rows. I need the Delete to
be a two-step process in which the user selects rows on the datagrid and then
clicks a button to confirm that the selected rows will be deleted.
So, my challenge is just to identify the rows that are selected and then
pass these rows to a procedure for deletion. I thought I could do this with
the IsSelected property but it doesn't seem to be working.