Please, help me.
Now, I'm doing in runtime the following codec:
CultureInfo ciBrazil = new System.Globalization.CultureInfo("pt-BR");
RepositoryItemTextEdit
ritTextEdit = new RepositoryItemTextEdit();
ritTextEdit.Mask.MaskType = MaskType.Numeric;
ritTextEdit.Mask.EditMask = "N2";
BandedGridColumn.ColumnEdit = ritTextEdit;
When I'm doing to change the cell values, mask is right, but when I finish to change and the cell values is mode display, mask is don't right.
Please, Can somebody help me?
System.Globalization.