Decimal formatting
Hi, I have a requirement for decimal input formatting
It should consist of 6 digits including decimal point (ex:1234.5, 12.456),
without separators(both in editable and read only mode) &
should round off to two decimals(ex:12.234 should round off to 12.23).
Is there any way can we achieve this with property presentation tab in section?