Hi,
I get "undefined is not an object (evaluating 'rowData.pq_cellcls.Fees = "pink"')" when I put the class assignment in a try catch block. I am using JSON data by remotely getting it from a MySQL server if that matters. I believe rowData.pq_cellcls is undefined leading to this error. Does this need to be assigned somewhere previously that I am missing?