The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
20 views

RadMaskedTextbox doesn't work inside a RadGrid

When I render the RadMaskedTextbox outside of other controls, it works normally, but when I try putting it in the EditItemTemplate of a RadGrid, it doesn't seem to work. Any Suggestions? Thanks. I'm ...
0
votes
1answer
128 views

Rad Mask TextBox: Change Text to upper and position cursor at end of the text.

I have Rad Mask TextBox and a button. So user can enter any case into the text box. when button is clicked, I am fetching some record based on text and event I have to change the text to upper, trim ...
0
votes
1answer
258 views

Change CaretBrush in RadMaskedTextBox

I'm having a difficult time changing the CaretBrush in a RadMaskedTextBox. I'm using WPF and implementing the ExpressionDark theme. The problem is that the caret is black, and against the dark theme, ...
0
votes
2answers
1k views

Getting Literal Value from a Masked Text Box Input

I've set up a Telerik RadMaskedTextBox with a Mask of "####-####". The problem is, when I later grab the value from this box it returns as "########". I'm unfamiliar with MaskedTextBoxes but I'm ...
0
votes
2answers
435 views

With the Telerik Silverlight controls, how can I determine if RadMaskedTextBox allows multiline input

Using the Telerik RadMaskedTextBox control in C#, how can I tell if the underlying textbox allows multiline input Edit: The Silverlight version does not appear to contain the .Textmode property and ...
0
votes
2answers
369 views

With the Telerik Silverlight controls, how can I cast a RadMaskedTextBox as a TextBox

I am trying to determine if a Telerik RadMaskedTextBox allows multiline input. I the debugger, I was able to find and check the .AcceptsReturn property of the underlying textbox, using: ...