Solved
Highlighting Grid Row based on button pressed
- July 11, 2019
- 1 reply
- 1948 views
I have a grid and I need the selected row to be highlighted with the press of a button and then un-highlighted with the press of a button. Basically I need
- When an un-acknowledged item is selected, make the “Acknowledge” button enabled.
- When the “Acknowledge” button is pressed mark the selected item as acknowledged (highlighted) and then refresh the grid view.
- When an acknowledged item is selected, make the “Un-Acknowledge” button enabled.
- When the “Un-Acknowledge” button is pressed mark the selected item as un-acknowledged and then refresh the grid view.
Below I have my mashup (snippet1) and my ack/unack service right below.


