Hi;
I think, you can trigger such as follow. in this manner, you emulate cell validation.
$(“#jqxgrid”).jqxGrid(‘begincelledit’, rowid, datafield);
$(“#jqxgrid”).jqxGrid(‘endcelledit’,rowid, datafield);
When you run these methods orderly; cell validation will be triggered.