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
9364
Display data in a different utnit of measure
posted

I have grid where each cell represents some quantity of different widgets. I would like the user to be able to press on button and switch from the quantity of the widget to its value. So, for example, widget1 is worth $5 a piece and widget2 is $6 a piece

Qty based display 

widget1       1       2      3

widget2        5      10   15

Corresponding $ based display

widget1        $5        $10      $15

widget2        $30      $60      $90

This $-based grid is not editable since it is derived from the qty based information. But the qty-based grid is editable and how the information would be held in the datatable. 

Since this $-based information is not editable, I am hoping I do not have to generate another datatable to hold these derived numbers. What are my options?

Thanks!

Parents Reply Children