Expand my Community achievements bar.

SOLVED

Adding aemgrid component in sidekick

Avatar

Level 4

Dear Team,

I am following the steps mentioned in below adobe help link and trying to create aemgrid component in my general in SideKick.

https://helpx.adobe.com/experience-manager/using/creating-custom-cq-component-uses.html

But after creating aemgrid dialog in CRXDE, my grid dimensions label and dock window is not coming, as shown below.

My properties for aemgrid dialog are as below.

Kindly let me know if I have done some wrong "or" I need to add something which is not mentioned in the above Adobe help URL.

NOTE: I am using AEM 6.0

1 Accepted Solution

Avatar

Correct answer by
Level 10

See this AEM Doc topic:

https://docs.adobe.com/docs/en/cq/5-6-1/developing/widgets.html

You can download the grid component from Using ExtJS package that is described in this topic from Package Share.

Grid in the article is based on example 5.

I will updated article to mention this.

Take a look and you will get the correct dialog.

Thxs!! 

View solution in original post

5 Replies

Avatar

Level 10

Take a look at OOTB image component [1]. It shows what you need.

Looks like few steps are missing the url you shared, one I could notice is cq:panel .

[1] /libs/foundation/components/image/dialog

Avatar

Level 10

I am looking into this and will update the document. 

Avatar

Correct answer by
Level 10

See this AEM Doc topic:

https://docs.adobe.com/docs/en/cq/5-6-1/developing/widgets.html

You can download the grid component from Using ExtJS package that is described in this topic from Package Share.

Grid in the article is based on example 5.

I will updated article to mention this.

Take a look and you will get the correct dialog.

Thxs!! 

Avatar

Administrator

Hi

Please have a look at two community article covering grid dialog:

Link:- https://helpx.adobe.com/experience-manager/using/creating-custom-cq-grid.html

//Creating a custom CQ component that uses an editable dialog grid

Link:- https://helpx.adobe.com/experience-manager/using/creating-custom-cq-component-uses.html

//Creating a custom CQ component that uses a dialog grid

I hope this might help you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Level 4

Hi All,

Thanks all of your help. I am able to create grid dialog.