Completed
Last Updated: 19 Apr 2021 12:16 by ADMIN
Release R2 2021
Ed
Created on: 28 Mar 2021 17:53
Category: MaskedEditBox
Type: Bug Report
0
RadMaskedEditBoxElement with MaskType of "RegEx" results in the IncludePrompt property throwing "The method or operation is not implemented" exception.
When I add a RadMaskedEditBoxElement to a RadRibbonBarGroup and set the MaskType to RegEx, the IncludePrompt property shows "The method or operation is not implemented". Any attempt to save or build results in an exception of "The method or operation is not implemented" for IncludePrompt.
2 comments
ADMIN
Nadya | Tech Support Engineer
Posted on: 29 Mar 2021 12:10

Hello, Ed,

The provided video is greatly appreciated. I was able to observe the same behavior on my end. Note that the IncludePrompt property is not relevant when the MaskType is Regex. However, I confirm it is not desired behavior to receive an exception when trying to set MaskType property at design time.

I have logged this on our feedback portal by making this thread public. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item. I have also updated your Telerik Points.

Currently, you can set this property to RadMaskedEditBoxElement in the code behind:

this.radMaskedEditBoxElement1.MaskType = MaskType.Regex;

I hope this helps. Let me know if you have any other questions.

Regards,
Nadya
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Ed
Posted on: 28 Mar 2021 18:02
Including video of what I am seeing.
Attached Files: