I am using devextreme grid in my angular 5 app. When specific item is triggered the following code executes:
public setRowColor(e){
e.rowElement.css("background-color","#d6dde7");
}
rowElement
is one of the properties of row. I get the following error when this method executes:
ERROR TypeError: e.rowElement.css is not a function
17.1
or17.2
?