It's really not that complicated to manually remove "mask" characters from a string but I was curious if this control already has this ability built in?
Here's an example:
assume ctrl = RadMaskedEditBox
ctrl.Mask = "00000-9999"
ctrl.Text = "_____-____"
ctrl.MaskType = Standard
If the user gets to this input box and types in "12345" and I check ctrl.Value I get this: "12345-____" when what I really want is "12345"
If I'm missing something, please advise otherwise, i'll just grunt my way through it :)
Thanks everyone!!!
-Curtis


Hi,
I have a RadDropDownList as part of my ribbon bar, is it possible to drag (then drop) the selected item onto another control ?
I have done this before using a RadListControl (and RadListDataItems) on a form which has a MouseMove handler, however the RadDropDownList control in the ribbon bar does not have a mouse move handler.
In the ribbon bar mouse down handler, I have tried using
RadDropDownListEditableAreaElement b = radRibbonBar1.ElementTree.GetElementAtPoint(e.Location) as RadDropDownListEditableAreaElement;
but how do I get a reference to the original RadListDataItem which has some data in the Value and Tag fields ?
Regards
Toby

How would I create and populate 10 Worksheets with SQL queries for each one, when form loads or other event using a Spreadsheet control with Ribbon?
Thanks,

Hello, my English is bad, very bad 8D
BindingNavigator don't work, when I write code:
RadBindingNavigator.BindingSource = tableBindingSourse;
however, in the standart BindingNavigator it's working this code
pls, help ^___^

| Dim commandColumn As New GridViewCommandColumn() |
| commandColumn.UniqueName = "Command" |
| commandColumn.HeaderText = "" |
| commandColumn.Width = 70 |
| commandColumn.MaxWidth = 70 |
| commandColumn.MinWidth = 70 |
| Me.GridView1.MasterGridViewTemplate.Columns.Add(commandColumn) |
| Me.GridView1.MasterGridViewTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill |

Hi
1.How Determine the StartDate for the First month (Example: 2016/05/01)
2.How Set the Navigator Month Start (Step First month. Example: 2016/05/01 - 2016/05/30)
3.How radScheduler According to the adjusted image?

Hi.
How do i change the "time" color in a appointment? I have figured out to change everything else, but not this. See attached file.
