Ticket AS3032
Visible to All Users

ASPxEditors - Mask functionality is needed

created 19 years ago

A simple mask editor is needed to filter input as a user types.

Comments (3)
Andrew (DevExpress) 16 years ago

    FYI: We've started to work on the Mask Editor and hopefully it will be done in v2009.1.
    Thank you,
    R&D.

    DevExpress Support Team 16 years ago

      Hello,
      This is great news. I'm sure you have done your homework on this. But if you'd like some feedback:
      I currently use some mask editors from Infragistics that they call Web Editors that I will no longer need to use as I'd much rather use a DevExpress component/editor. Currently I take advantage of their following editors from Infragistics:
      WebMaskEdit which has a DataMode property with the following settings which is helpful:
           - AllText
           -RawText
           -RawTextWithAllPrompts
           -RawTextWithLiterals
           -RawTextWithRequiredPrompts
           -RawTextWithRequiredPromptsAndLiterals
      WebCurrencyEdit which has a DataMode with the following settings which is helpful:
           - Byte
           - Decimal
           - Double
           - Float
           - Int
           - Long
           - Sbyte
           - Short
           - Text
           - Uint
           - Ulong
           - Ushort
      Looking forward to the release of your Mask Editor.
      Thanks,
      David Humphrey

      DevExpress Support Team 16 years ago

        Hi David,
        Thanks for feedback, we'll surely heed your experience
        in our mask editor development.
        --
        Victor
        R&D

        Answers

        created 16 years ago

        In version v2009 vol.1, we've implemented mask functionality within some editors of the ASpxEditors library.
        Now masked input is supported by the following editor types:
        - Text box editors (in particular, the ASPxTextBox and ASPxButtonEdit).
          A text box mask settings can be accessed via the MaskSettings property. The editors mask can be specified via the MaskSettings.Mask property.
        - Date editors (ASPxDateEdit).
          To enable masked input within a date editor, the UseMaskBehavior property should be set to true. The mask can be defined via the EditFormatString property, if the EditFormat property is set to Custom.
        Thanks,
        Andrew

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.