G
Guest
Hi,
When multiple rows selected on a DataGrid, how can my code find out which
rows have been selected? I thought the IsSelected property would tell me but
when I select rows on the DataGrid, the property does not evaluate to True
for the specified rows. I have a DataGrid bound to a DataTable, and I need
to be able to delete multiple rows from the table when multiple rows are
selected from the grid.
Please advise! Thanks,
Gary
When multiple rows selected on a DataGrid, how can my code find out which
rows have been selected? I thought the IsSelected property would tell me but
when I select rows on the DataGrid, the property does not evaluate to True
for the specified rows. I have a DataGrid bound to a DataTable, and I need
to be able to delete multiple rows from the table when multiple rows are
selected from the grid.
Please advise! Thanks,
Gary