Hello,
I have requirement from a client.
1- I have grid and the grid contains fields connected to a data source. One field is Amount and that Amount is a real data type.
2- ENUM field have four element(A, B, C, D)
3- they ask if the base Enum is A I need to show the Amount without the decimal points other wise I need to show the decimal point.
Example:
Enum Field Amount Field
A 50
B 55.15
C 30.30
my question How I can achieve that?