How to apply border colour to datatable cell at runtime

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

http://docs.webix.com/datatable__styling.html#cells

Thanks, I will try this.