Hi Namita,
Greetings from syncfusion support.
Query : I just want rowselection on only click on checkbox.
In EJ2 Grid, we have the support to select a rows only through the checkbox. To do that we need to enable the API checkBoxOnly in the grid selectionSettings. Please refer the below code example and sample for more information.
|
App.component.html
<ejs-grid [dataSource]='data' allowPaging='true' [allowSelection]="true" [selectionSettings]="selectOptions">
</ejs-grid>
App.component.ts
this.selectOptions = { checkboxOnly: true };
|
Please get back to us if you need further assistance on this.
Regards,
Rajapandiyan S