
Hi,
I'm using a DataGridMaskedTextColumn and when a new row is added, I would like to populate the cell with a default value that uses the mask. At present the cell is empty until it is first edited.
For example, if my mask is "blah \\d+" I would like the default value for each new row to be "blah 0", "blah 1" etc.
How is this achieved?
Many thanks,
Sarah
I'm using a DataGridMaskedTextColumn and when a new row is added, I would like to populate the cell with a default value that uses the mask. At present the cell is empty until it is first edited.
For example, if my mask is "blah \\d+" I would like the default value for each new row to be "blah 0", "blah 1" etc.
How is this achieved?
Many thanks,
Sarah