Hi, I am using a GridViewMaskBoxColumn to edit and display a 12 character long string as follows: "AAAA-AAAA-AAAA"
I am using standard mask type and mask as ">LLLL-LLLL-LLLL" which forces all input characters to uppercase.
The editor works fine when inputing the string in the cell, displaying correctly the prompt characters ("_") and seperation literals ("-").
However, the text after editing is finished appears in the grid as "AAAAAAAAAAAA" instead of the desired "AAAA-AAAA-AAAA" of the mask format, which incidently is the default behavior of the maskededitbox editor I use in other parts of my application.
Can you please suggest why the desired text format behavior of the maskededitbox is not implemented in the gridview, or a way to go around this problem?
Regards,
George