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
405
Cell value = datasource_value * a_factor ?
posted

Hello

I'm working with a UltraGrid bound to a datasource which is a bindingList  (of MyObject).

Each property of MyObject is displayed in a column. Fine.

But, is there any mean to overload the display of the values of a specific column, in the way that it is not the MyObject.myProperty value which is displayed in this column but the value (MyObject.myProperty * a_static_factor) ? (obviously I don't want to update the datasource)

Thanks