Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I've discovered an unusual combination of TreeGridSelectionSettings where the OnRecordDoubleClick Event doesn't Fire.
If AllowDragSelection=true and Type=SelectionType.Multiple, double clicking on a single row will not cause the event to fire. However if multiple rows are selected, the event does fire. If only one of the settings is set, the event appears normally - it only seems to fail when both are set.
Refer attached solution and video.