Hi!
I tried to use ASPxTextBox on my form (no grid this time) as a currency value editor and have a question about validation. There's ValidationSettings property with many subproperties. For my task I wanted to use RegularExpression, so I entered ValidationExpression, set CauseValidation=true and Autopostback=true. But when I run the project and submit the form nothing appears to be working. What am I doing wrong? There must be a reason for the ValidationSettings.ErrorText property along others...
Thanks.
Alex