RE: Keeping grid selection at value change?
Certainly. I have created a custom form with a grid that contains data from a TempDB table. The grid is used to print a report based on which lines are selected/marked in the grid.
The user can specify the quantity of printouts in one of the grid line fields. However, when a value in any of the quantity fields are changed, the grid loses the all selection.
As a backup I have a button to select all lines in the grid, but preferably I would like to have the line selection active throughout.