Form-Property "rowBGColorCalculation"

I am just working with the Servoy sample project “servoy_sample_crm”
In some forms exists the property “rowBGColorCalculation” and in the others not.
Why is that?

I assume you’re seeing this in Servoy 6.0.

The rowBGColorCalculation property is deprecated. On forms that have a value assigned to it, you still see the property, but on forms that don’;t have a value for it, it is hidden.

In Servoy 6 the property is replaced by CSS Styles for odd/even/selected coloring and the more powerfull onRender event to do deviations on the standard odd/even/selected coloring of the rows.

The samples should have been updated to reflect the new way of doing things and there shouldv’e been a builder marker on the use of this deprecated property. Those were missed, will make sure this gets addressed.

Paul

Thanks for the quick response!