Is there a way to disable row selection in ag-grid
specifically for the rows used to group the grid? For example, clicking on rows labeled with "United States" and "2008" should not trigger selection. Only rows like the one highlighted in blue should be selectable. How can this functionality be achieved? Can it be done through adjusting grid options properties or by utilizing grid events?