Hello
I have a gridview (with multiple select) in which a column contains updatable values.
When I select a row and update the value the row is selected bu the other rows are unselected
I woold like to keep in the selectedrows collections all the rows in which I have updated the value to be able to process all the selected rows simultaneously
Is there a way to achieve this ?
Thanks in advance
Pierre-Jean