Is there a way to display a grid column in a different background/font color based on conditions? Lets say I have an opportunity list and I want to highlight Name in RED background/font if the opportunity is not updated in last 15 days. Is it feasible using style property in conjunction with calculated attribute on class?
The short answer is no – not with the out of the box controls. The more encouraging answer is, yes with custom controls – we will be publishing lessons on how to do custom control development, including with react this summer. Cheers, Ed