Hello,
I just updated the Data Widgets module to the latest version (v.2.10.1) to use the JS action Export to Excel for DataGrid2. Unfortunately I noticed that the Dynamic cell class is not working properly. If I want to add a left border color to indicate the priority of an item.
I need to check over association if $currentObject/......../Masterdata.Priority/Name = 'High' then 'border-left-urgent else 'border-left-valuable. When checking an attribute value over association, the class is not applied. If I do a simple check on the attribute of the currentobject the class is applied. If I check whether the association is empty or not, the class is applied as well.
Before the update, dynamic classes worked as expected.
See if this forum question is related to yours: datagrid2 issue solution below might be useful.