Hi Zack,
Thanks for contacting Syncfusion support.
We have analyzed your query and we suspect that you would like to select the row based on checkbox selection.
If you need to select/deselect the row based on checkbox selection please refer the below code example.
<ej-grid #grid [dataSource]="gridData" [allowPaging]="true" >
<e-columns>
<e-column type="checkbox" width="75"></e-column>
<e-column field="OrderID" width="75" isPrimaryKey="true" textalign="right"></e-column> |
Refer the documentation link.
If you still face the issue or if we misunderstood your query please get back to us with the following details.
1. Is that you need to select the column or rows?
2. Is that you need to select/deselect the rows based on checkbox selection?
3. Please share the exact scenario of your requirement.
So that the provided information will help us to analyze the requirement and provide you the response as early as possible.
Please let us know if you need further assistance.
Regards,
Manisankar Durai.