Hi Syncfusion Team
I am trying to create a data grid that is able to:
1) Select individual/all rows by clicking on the checkbox selection
2) Able to click on row to trigger certain function to get row data
The Grid component has recordClick assigned the function and trigger correctly. However, everytime i try to select a single row by clicking on the checkbox, for some unknown reason it triggers the function too.
Is there any way that i can select individual/all rows without trigger the function and also able to recordClick without interferring with each other?
Example code:
https://codesandbox.io/s/laughing-poincare-uojz1?file=/src/App.tsx:889-900