Hi Damian,
Thanks for contacting Syncfusion support.
We have checked your query. Based on your query and provided information, we have prepared a Grid sample and perform CRUD operation with the Reactive Angular Forms. In the reactive form, we have used the Checkbox component to edit the Boolean column and the checkbox component in the reaction forms working without any issue at our end. Please check the below sample for your reference,
Sample: https://stackblitz.com/edit/angular-dbsffx?file=app.component.html
We suspect that the issue may be occurred due to the duplicate packages or due to the package cache in your application. Please follow the below steps to resolve this,
- Go to the ‘node_modules’ folder, find the ‘@syncfusion’ folder and delete it.
- Now delete the ‘package-lock.json’ file from the root directory of the project.
- Now run command ‘npm cache clean –force’.
- Run the command ‘npm install’.
- After the dependencies are installed, run the application.
Still if you have any difficulties, please get back to us with the below details that will be helpful for us to proceed further.
· Complete Grid rendering code.
· Let us know the replication procedure for reproducing the problem with Video demonstration to understand it better.
· Syncfusion package version used.
· If possible share us a simple sample to replicate the problem or try reproducing it in the above provided sample.
· Explain your exact problem with more details.
Regards,
Aravinthan S