[SOLVED] Report bug: Validate Rules no effect when setting "save" in datatable

DataProcessor do not have _mark_invalid function, so when using “save”, cell validation no effect

If you have a validation on component, and it has marked the element as invalid - dataprocessor will ignore such element and will not try to save it to the server side.

In this case, validation must be set for component, not for dataprocessor object.

Thank you!

grid.define(“rules”, newConfig.rules);
webix.dp(grid).define(“rules”, newConfig.rules);