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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.