Hi LiuTzuYi,
Thanks for using Syncfusion products.
Query: “Verify non-null in Grid columns but does not work ???”
From your query, we understand that you are facing issue with validation in ejGrid. We have prepared a sample as per your code example and we are not able to reproduce the reported issue at our end. But reported issue will occur when jQuery validate script file is not referred into your project.
Refer the below screenshot for the script reference
<link rel="stylesheet" rel='nofollow' href="~/lib/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" rel='nofollow' href="~/css/site.css" />
<link rel='nofollow' href="https://cdn.syncfusion.com/16.4.0.42/js/web/material/ej.web.all.min.css" rel="stylesheet" />
<script src="~/lib/jquery/dist/jquery.js"></script>
<script src="~/lib/jquery-validation/dist/jquery.validate.js"></script>
<script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"></script>
<script src="~/lib/jsrender/jsrender.js"></script>
<script src="http://cdn.syncfusion.com/16.4.0.42/js/web/ej.web.all.min.js"></script> |
Refer the below screenshot for the output
For your convenience we have prepared a sample which can be downloaded from below link
Please get back to us with more details if you still face the issue.
Regards,
Vignesh Natarajan