Posted 26 October 2018, 8:17 am EST
Hi,
When a user click on a hyperlink or a button in a cell from a flexgrid, the selection will be automatically updated.
It should not be the default behaviour, or at least there should be a way to prevent it.
I’m attaching a few demos with the unexpected behaviour.
Es6 version:
https://stackblitz.com/edit/js-k4dwyt
Angular 6 version:
https://stackblitz.com/edit/angular-umbmgs
Stopping the event bubbling does not seems to do anything.
As a workaround I could disable the selection for specific rows using the “onSelectionChanging” event of the grid.
Unfortunately this solution does not work properly with mixed contents (e.g. a cell containing both some text and a hyperlink)
Is there any way to solve this issue ?
