Hi Nestor
Thanks for contacting Syncfusion Support.
Query#1:- I use a DataManager to do the CRUD functionality, one of the columns is a Checkbox. when the DataManager receive the call for insert the Checkbox is always sending on.
From your query, we understand that you are facing issue while inserting the a record with checkbox value. We have checked your reported problem as like your code example but we are unable to reproduce your problem at our end. Please refer to the sample Link
Refer to the screenshot:-
Note: reported issue may occur when primary key is not defined for any of the available column. So kindly ensure to define the IsPrimaryKey property to available column whose value is unique
Query#2:- And the other issue is that the Validation rules are not working.
We have checked your query and the reported problem occurs when we doesn’t refer the validation script files that are necessary to perform validation. So we suggest you to refer “jquery.validate.min.js” in site.master file.
Please refer to the below documentation Link
You can get the script file from your build installed location and refer to the below location.
{programfilesfolder}\Syncfusion\Essential Studio\{Version}\JavaScript\assets \external \....
Eg: C:\Program Files (x86)\Syncfusion\Essential Studio\16.2.0.42\ JavaScript\assets\external \ …. Get the required script files and load into your project.
Refer to the screenshot:-
After following the above solution still facing the issue. Please share us the following details.
- Complete Grid code example(Server side code example ).
- Screenshot of the Network Tab/ Video Demo to replicate the issue.
- Ensure that validation files are referred in your project. Share your Site.Master.cs file.
Requested details will help us to validate the reported issue at our end.
Regards,
Vignesh Natarajan