Validation

Validation

LuiBMLuiBM Posts: 1Questions: 0Answers: 0

Hi
I just wanted to see if you could help me to validate the value of a cell and make the entire row of that color be painted by the value that the cell contains

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin

    Assuming you are using our Editor libraries, the validation documentation is here (similar docs are avaliable for the .NET and NodeJS libs).

    For setting the background colour of the row - absolutely. Use rowCallback to manipulate the node as it is being painted onto the page. In this case setting .style.background for it.

    Allan

Sign In or Register to comment.