I have a GridComponent inside a PopupComponent.
I want to send an "RowSelected" custom event to a component outside of PopupComponent.
I am currently sending the event from GridComponent to PopupComponent and forwarding it to the outside. This is an very painful approach since I plan on having tons of PopupComponents.
Is there any other way to do event forwarding?