J
jack charbonneau
Hi
I need to select multiple rows in a DataGrid in my
program.
I do this:
dataGrid1.Select(rowNumber);
which works fine if I only want one row selected, but
sometimes I need more than one. How do I do this?
thanks
I need to select multiple rows in a DataGrid in my
program.
I do this:
dataGrid1.Select(rowNumber);
which works fine if I only want one row selected, but
sometimes I need more than one. How do I do this?
thanks