April 13, 2020
Estimated Post Reading Time ~

Creating a custom CQ component that uses an editable dialog grid

You can create an Adobe Experience Manager (AEM) custom component that contains an editable grid control that displays data. The data within the grid can be edited by clicking on a cell. The data grid is an instance of CQ.Ext.grid.EditorGridPanel. For information, see CQ.Ext.grid.EditorGridPanel.

The grid lets an AEM author open the component's dialog, view data, and edit a cell's content, as shown in the following illustration.


A CQ.Ext.grid.EditorGridPanel that contains editable cells

This article walks you through how to build a custom AEM component that contains a grid with editable cells.

To read this development article, click http://helpx.adobe.com/experience-manager/using/creating-custom-cq-grid.html.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.