Thursday, January 7th, 2010
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.
January 8th, 2010 at 4:37 am
Great additions.
I know you said the final addition, but the KyrptonDropButton would be useful.
January 8th, 2010 at 11:01 am
What would the type of the column be that has a KryptonDropButton?
January 9th, 2010 at 3:20 am
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.