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
314
Format cell text using value from other column/cell
posted

Hi!

If I have an UltraGrid that is bound to a class with Properties A and B and thus have the grid columns A and B; how can I use the cell values from column A in the formatting of the cell values of column B (or an unbound column C)?

From this data:

Col A | Col B

=============

ValA1  | ValB1

ValA2  | ValB2

I want to be able produce this display output:

Col A | Col B

=============

ValA1  | "ValA1 ValB1"

ValA2  | "ValA2 ValB2"

Parents Reply Children
No Data