I have an Angular app written in TypeScript where I am utilizing the ui grid to present data within a bootstrap modal. My goal is to have the modal close when any of the columns in a grid row are clicked. Currently, I am not relying on $modal or $modalInstance, as this is a single-page application (SPA). Is there a way to achieve this without using those and instead call modal.dismiss() onRowSelection?