I got an ASPxGridView with some data:
When I click on the button to the right, it enters on edit mode.
Here's what I wanna do: I want the edit textbox to allow 3 numbers(with or without decimal places). The decimal places are optional. Eg: it must allow 1.12, 45.1 or 123.
Using masks won't help me and I don't want to use a Regular Expression Validator. I just want the textbox to allow the correct input.
Any ideas?