When you select a row in a Grid View it is highlighted so that it is clear which row is selected.
In our application we use a GridView to allow the user to select an item and then edit parameters for that item.
However, when they start editing parameters, we disable the GridView to prevent the user selecting another item until they have saved or discarded their changes.
The problem we are having is that, as soon as we disable the grid view we lose the highlight showing which row/item in the grid is selected.
Is there a way to amend the Grid View style(s) to keep the selected row visually highlighted even when the grid view itself is disabled?
(For example, display the selected row in a slightly darker grey than the disabled look of the other rows).
In our application we use a GridView to allow the user to select an item and then edit parameters for that item.
However, when they start editing parameters, we disable the GridView to prevent the user selecting another item until they have saved or discarded their changes.
The problem we are having is that, as soon as we disable the grid view we lose the highlight showing which row/item in the grid is selected.
Is there a way to amend the Grid View style(s) to keep the selected row visually highlighted even when the grid view itself is disabled?
(For example, display the selected row in a slightly darker grey than the disabled look of the other rows).