Hi,
I have tried to create an interactive grid with the apex$row_selector and use the header checkbox for select all / unselect all. When a row has been check then a column will be updated with a default date and a default revision. This works fine using the Selection Change event on the grid. But when one the rows are edited (eg date change or other revision no), then the apex$row_selector will be set not not selected.
Is there a way to the grid will save the selector value even if the values of other columns are updated?
Or is there another way to add a checkbox column with select all/unselect all possibilities?
I am looking for this now quite a while but cannot find anything to suit this problem. Can anyone help here?
Thanks