Hi,
I just updated radControls to version 2015.1.225.40 and noticed strange behaviour on GridViewMaskedInputColumn.
GridViewMaskedInputColumn is defined in code-behind:
GridViewMaskedInputColumn column = new GridViewMaskedInputColumn();
column.DataMemberBinding = new Binding(bindKey);
column.Header = headerText;
column.UniqueName = uniqueName;
column.MaskType = MaskType.Standard;
column.Mask = "N##°##'##.#'' E##°##'##.#''";
So when I adding new value, mask is shown correctly before I start to entering a value and after it (see pict1.png and pict2.png)
but when i click the cell again (and cell goes to edit mode), last character disappears? (see pict3.png)
and always, when I click the cell it removes the last char?
Any ideas?
Regards,
Auvo