Hi guys.
I have a masked column with dataformatstring set to {0:##.###.###/####-##} and mask set to ##.###.###/####-##.The grid displays and edits the column as expected.
The problem is that I dont´t want to save the format characters to the database. I want to save the raw data 34889238000131 and not the formatted data 34.889.238/0001-31.
What´s the best way to go in this case?
Thank you.
I have a masked column with dataformatstring set to {0:##.###.###/####-##} and mask set to ##.###.###/####-##.The grid displays and edits the column as expected.
The problem is that I dont´t want to save the format characters to the database. I want to save the raw data 34889238000131 and not the formatted data 34.889.238/0001-31.
What´s the best way to go in this case?
Thank you.