Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
Status: New
Infragistics.Calculations.ListCalculator should support setting values on DynamicObject

At the moment the Infragistics.Calculations.ListCalculator only supports setting values through properties on the object in the in the list as it uses reflection using PropertyInfo to set the values and it doesn't set values on a DynamicObject.  This support should be added.