in the design grid if checkbox is checked the data from that field is not displayed in the query result
Answers
Answer:
firstly Mark me as brainlist
Answer:
From Design mode, you can quickly and easily set up a read-only grid by dragging and dropping the component into live view and selecting your grid's data source. You can choose from record type, query, variable, rule, or expression. When you choose a record type as your data source, you can reuse features configured on your record list such as user filters, record actions, and export to Excel. Although, Design mode allows for a easier and faster setup for your read-only grid, you can still use the a!gridField() function in Expression mode to customize and configure your read-only grid.
Explanation:
order to use an existing record type created with Appian 20.2 and earlier as the data source for your read-only grid, you will need to update the record type to the latest Appian version.
When a record type is used as the data source for your read-only grid, Appian automatically generates grid columns based on the columns configured for the record list. A record list action configured on the record list is also automatically generated for the grid.
If you are managing your own paging, you cannot pass a datasubset whose paging configuration uses a batchSize of -1.
See also: a!queryEntity() Function.
For accessibility purposes, every grid should have a row header configured. The first column containing text is usually the correct choice for row header. See the UX Design Guide for more information.