Skip to main content

3 replies

December 13, 2021

Hi,

If you are going to display the data as a non-editable field then directly implement the readonly grid instead of the above approach.

You can also add more information in your request if you needed any specific action need to be taken by the users in your Interface?

Try: Grid Tutorial - Appian 21.3

December 13, 2021

Thanks for the reply. 

\

How can I have approve and reject buttons on the read-only grid and have ability to perform the same functionality(approve and reject) based on the checkbox selected.

In my implementation, I have a column, status. When the checkbox is selected then that status is updated for that particular item

shilpar0003
December 14, 2021

Hi,

You could try the below approach to have the selection done in the read-only grid. Based on the checked boxes the ids can be obtained to perform the user functionality as per your use case.

https://docs.appian.com/suite/help/21.3/grid-with-selection-pattern.html