Hi, I'm using syncfusion_flutter_datagrid: ^24.1.47, and I'm making a Windows app.
I got an issue with onCellDoubleTap property.
If the property is set, every time I click right(secondary) mouse button, selected rows are gone and only clicked row remains as a selected row.
I need both onCellSecondaryTap and onCellDoubleTap property to implement my desired action, so this proplem is critical to me!
Thank you for your support.