views:

234

answers:

0

I'm aware of articles and examples about using MaskedTextBox for editing data in a DataGridView control, i.e.

What I need is to display string values (like telephone numbers, SSN...) with a given Mask in DataGridView control. I'd like to set Mask property for a certain column, so only one Mask property is needed for each column (I don't need data dependency mask feature).