Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The use case is we are using the grid as a sort of complex select drop down. A simple drop down just isn't sufficient giving the set of things to search/filter etc.
Anyways, without a onSelect click handler was going to use a checkbox type so the user could click a row to select that data as part of our form.
selectionSettings={{ type: 'Single', checkboxMode: 'ResetOnRowClick', mode : 'Row' }}
With these settings in a grid I can click one row at a time, but if I hold ctrl I can select more than one.
Not that this is a feature request, but it would nice to have an onSelect handler or even a header that would allow the data grid to be used for combox box/dropdown form like use cases.