How can I set the border color of datatable cell (not editor’s) to red, to mark them as invalid at runtime.
Hello,
You can user the cssFormat function to define cell styling: http://webix.com/snippet/42ef07af
In addition, the following docs on datatable styling might be helpful for you:
http://docs.webix.com/samples/15_datatable/21_styling/03_cell_styling.html
Thanks, I will try this.