Important Note: Starting in Appian 25.2, Grid+ will be included as an exclusive offering within Advanced and Premium license tiers. This enhanced version will be actively maintained and updated. This listing will remain active and will continue to receive necessary security and CVE updates until May 23rd, at which point, it will be deprecated.
Overview
An editable grid that easily display up to 5,000 rows of editable record data at a time, without needing pagination or experiencing lag. Data is displayed in a flexible and modern interface, equipped with features such as drag & drop columns, column sorting and filtering, manually adjustable column sizes, freezable columns, and many others.
End user abilities include:
Key Features & Functionality
What configuration changes needed to freeze columns through code?
Is the Grid+ Sample App recommended to install on Appian 24.4 environment? Because it contains a document called "navigation-config" which will overwrite the existing document which was updated as part of our Appian 24.4.
Due to this file conflict it does not appear safe to use for our Appian 24.4 environment.
record can fetch only 5000 data once so if we want to show next 5000 batch then how to show?
Richa Sharma Hi Richa,This grid does not support paging. A key advantage of Grid+ is the quantity of data that can be shown at once in the component, which presumably eliminates the need for paging. I hope this is helpful, let me know if you have remaining questions.Best,
Alex
How to implement paging as I want to show 100 row per page ?.
Riyaz Ahmad Ganaie Hi Riyaz! The direct editing of related record fields is not possible from Grid+ due to potential cascading effects within the data fabric. Soon there will be a new configuration to support record view links in the grid cells. As an alternative solution, you could configure this related record field to link to the related record view where record actions are accessible. Hope this is helpful.
Thanks for the explanation, I believe I understand what you are trying to do.I'm not sure this is possible since the grid currently only reevaluates from changes made to the data from the UI and not from external changes (e.g. SAIL updates) made to the data.There are a few potential feature enhancements that could enable this logic. I'll take this as feedback and update you if/when this is made possible in future versions of Grid+. In the meantime, I believe you could write the updated local!data somewhere persisting (like in a record or a file) and manually refresh the grid to view changes to isActive.Sorry for any inconvenience! Let me know if you have other questions.