Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Dear support
I am using the data grid with a checkbox and multiple columns of data. It should be possible to select one single row by either clicking on the row itself or on the checkbox. The selection settings are set to
{ checkboxMode: 'ResetOnRowClick', type: 'Single'}
While the single selection works on the rows it is still possible to select multiple rows by clicking on the checkbox. Although it should reset on click the grid seems to select multiple rows.
Is there a native way to prevent multi selection on a list with checkboxes (without using something like described in the forum)? To me this seems like a bug.
Kind regards,
Marco