Data grid in CQ dialog
Hi,
I'm trying to implement a grid component . I have followed the below documentation for reference .
http://helpx.adobe.com/experience-manager/using/creating-custom-cq-component-uses.html
If I run the js files from the above link, I'm able to see a grid render in a window, however my requirement is to show a grid with data in a CQ dialog and on Click of 'OK' save the values in content page node as properties .
Can any one guide me , how I can change the script from above link to show in a dialog instead of page or any other examples of showing a instance of cq grid editor panel in a dialog.
thanks in advance