Hi,
My SfGrid component has AllowSelection set to true. When clicking on the records/ rows within it they will be selected and highlighted grey as expected.
Within the SfGrid if I add a tag and then add either OnRecordClick, OnRowSelected or OnRowSelecting to the rows will no longer become highlighed when selected which is not what I want.
It's as if adding an event is doing the equivalent of setting AllowSelection to false.
How can I fix this so that I can have an event handler and still click the rows to highlight them as selected?