I have a problem with formatting numbers with Telerik controls (version Q3 2012).
Requirements are
- formatting similar to ###,###,##0.00## (limiting number of decimals and also number of digits on the left of decimal point) must be supported.
- formatting mask must be invisible so with mask ###,###,##0.00## text should be only 0.00 and not ___,___,__0.00__.
I have tried to implement this scenario with MaskedEditBox and Textbox but
- in MaskedEditBox i could not hide the mask
- TextBox does not have any formatting options
Is such scenario supported with Telerik controls?