Validation
Validation
LuiBM
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
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