Hi Everyone,
I have ha grid having four columns that have a button at the last column.
The button is record field action and the grid is selectable. I would like to display the button in that row only which is selected. Can anyone please help me how to achieve this.
Discussion posts and replies are publicly visible
Hi Rahul,
I hope we are saving the selected rows locally. If yes, we can use a particular condition to do so. Take the reference from the below code, You can compare the unique column in the "contains" function.
Let me know if you need more clarification on this.