Posted
on Oct 7, 2011
(permalink)
I'm using a RadMaskedTextBox to allow the user to view and edit a number. I don't want to limit the precision of the number they enter, so they could enter 10.23452345234. Is there a way to allow this using the RadMaskedTextBox? If not, I could probably get by with allowing only 6 decimal places (n6). However, n6 will display 10.1 as 10.100000, which I don't want. I would want the same result as ToString("0.######").
I've also tried using the RadNumericUpDown but couldn't get the result I wanted either.
Thanks,
Justin