Hello Everyone,
I have a requirement of showing an editable grid when clicked on a value in a read only grid.
Is it possible to do?
Or Is it possible to give a search filter and user filters to a editable grid?
Discussion posts and replies are publicly visible
Do you want to just make a single row editable, or switch the whole grid?
I just have to show records from 2 tables.
One from the main table and when the main table record is clicked it needs to show the records from second table which is related to the main table
https://docs.appian.com/suite/help/23.4/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html
I have to show them in grid only.
You cannot show data in read-only and also let the user edit it.
The name of the grid makes it clear that it is read-only. If you want to let the user edit the data, make a related action for it, or a process model with a UIT that lets the user edit it, or replace the read-only grid with an editable one, setting the readOnly parameter for all inputs to true, until the user clicks on edit.
Divya said:I have to show them in grid only.
you will need to show them in a separate section - usually the best approach (just from experience) is to pop up a section or box just below the grid with the entry you've selected for editing.
Both are read only grids only.
There wont be any editing of the data in the grids. I just have to show 2 table records.
Oh - that's fairly easy then. Just store the identifier of the row the user clicks from the first grid, and use it when pulling data to show in the second grid. Prior to that first click, just don't show anything where the second grid would be seen.
Question was very misleading I would say for the requirement.
Konduru Chaitanya said:Question was very misleading I would say
yeah several red herrings included there - maybe just for the fun of it