Formatting Numbers in CAF Input Text Field

Hi
What is the technique to format numbers entered into input text field? I set the converter to FormattedNumber. But conversion is not happening.

Thanks

You’ll need to do a form post to the server. One of the many ways you can do this is by raising an async hidden command on the onblur of the text input.

Regards,
–mark