🙋 Feature Request
I want to be able to trigger certain actions when I click once on a row within a FluentDataGrid To achive click I can use OnRowFocus but there is no option for double click available.
Basically what I want to do:
One click = trigger a bool to display more information (Works with OnRowFocus).
Double click = do something with the row item (in my case return it to a different component)
I know that I can add custom buttons into the data grid but I want my user to be able to double click the row from everywhere. For example when I have a lot of columns the user needs to scroll horizontally before he could see the buttons.