A lot of us are using TGrids and Labels to display money value, which is supposed to look like xxx,xxx,xxx.yy. format, depending on your currency and decimal separators (which depend on your langauge/regional settings)
EWB natively supports integers, floats, and strings, but not money. But probably a majority of us use it for money at some point.
Probably like others, I have written a FloatToMoney() function to convert floating point to money, and display the string. But this is not ideal because it's extra code, and sorting doesn't work right. And obviously Labels and Edits would have to support it too.
So I'd like a money display format to be added to the list of dataset column types, and have it handled correctly in the system.