We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to have a checkbox that is able to be used without editing the row

I have a grid with a 'select column' I want to have a user be able to select/deselect without having to double click the column. Thanks!

1 Reply

MS Mani Sankar Durai Syncfusion Team March 13, 2017 11:03 AM UTC

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. 
 


Loader.
Live Chat Icon For mobile
Up arrow icon