Hi Namita,
Greetings from Syncfusion.
Based on your requirement we have prepared sample in that we have used the displayAsCheckBox property as true to show the data as checkbox based on the Boolean values. And you can change the values by editing the row. In the edit state also we have shown the boolean value as check box using the editType as booleanedit. We have attached the sample so please refer the sample for your reference.
Code Snippet:
|
app.component.html
<e-column field='Permission' [isPrimaryKey]="true" headerText='Permission' width='120' textAlign='Right'></e-column>
<e-column field='HRExecutive' displayAsCheckBox='true' headerText='HR Executive' editType="booleanedit"
width='150'>
</e-column>
<e-column field='HRAdmin' headerText='HR Admin' displayAsCheckBox='true' editType="booleanedit" width='120'>
</e-column>
|
Please get back to us if you need further assistance.
Regards,
Ajith G.