Our final addition in a series of new column types allows a KryptonMaskedTextBox to be used for displaying and editing cells values. Here you can see two columns using the new column… 

I setup the first column with a mask of “(99) 9999-9999″ and the second is defined to use the system password character in order to hide the underlying text value. Using the masked text box is a great way of achieving a formatted appearance to underlying string values and also ensuring the user can only enter valid values.

3 Responses to “DataGridView MaskedTextBox”

  1. Ric Says:

    Great additions.

    I know you said the final addition, but the KyrptonDropButton would be useful.

  2. Phil Wright Says:

    What would the type of the column be that has a KryptonDropButton?

  3. Ric Says:

    Not sure exactly what you are asking…

    I use the KyrptonDropButton in lieu of a dropdown checked listbox. The button area is text (comma separated text of the checked items). I find this useful to allow the user to select values from a flagged enum.

    The concept of a dropdown contextmenu seems pretty powerful.

Leave a Reply