I have a set of three elements: an image and 2 text fields, and when I click on any place in these three elements I want to trigger an event. So I put all three of them in a grid in the summary element. When I tried to place another grid element similar to this, it throws an error because the contents of the property are set more than once. Is it impossible to place more than one grid on the same main page? If this is not possible, how can I identify an area in which there are three elements and use a gesture to trigger an event for the same?
source
share