This is a migrated thread and some comments may be shown as answers.

StackOverflowException

1 Answer 122 Views
MaskedEditBox
This is a migrated thread and some comments may be shown as answers.
Edward
Top achievements
Rank 1
Edward asked on 03 Mar 2008, 03:31 PM
I have a MaskedEditor control, with the mask set as "0.9 Hours".

When I try to enter text into the textbox, it works fine for the first 2 digits.  If I try to enter a third digit, then I will get this exception thrown with no stack trace:

An unhandled exception of type 'System.StackOverflowException' occurred in Telerik.WinControls.UI.dll

1 Answer, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 04 Mar 2008, 09:26 AM
Hello Edward ,

Thank you for contacting us.

I think the problem here comes from the mask you've entered (0.9 Hours). Here "H" represents hour edit and "s" represents seconds edit and between them you will have the string "our". Mu guess is that you should see either something like "0.9 2our43  with this mask, or an exception.

I will be glad to help you with your problem if you send us more information on what you would like to achieve. Exact step by step instructions will also help me to reproduce the error. Feel free to send me your project, if you think it will help me get the erroneous behavior.

I'm looking forward for your reply.


Greetings,
Boyko Markov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
MaskedEditBox
Asked by
Edward
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
Share this question
or