@anand
Did you resolve you problem?
@Telerik
I get the same problem.
Example: when user type 85000000 ->
lost focus -> then display 85,000,000
so how can display 85,000,000 without lost focus
The general: typing -> display
1500 -> 1,500
30000 -> 30,000
It looks like
RadNumericTextBox with
But RadNumericTextBox can not formated when typing, It only formatting when control lost focus.
I have try with RadMaskedTextBox but can't find out the way.