This is a migrated thread and some comments may be shown as answers.

GridViewMaskedInputColumn removes the last character

1 Answer 81 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Auvo
Top achievements
Rank 1
Auvo asked on 05 May 2015, 09:00 AM

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

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 07 May 2015, 09:14 AM
Hello Auvo,

I tried to reproduce the behavior you described but without any success. Could you run through the sample attached and let me know whether I am missing anything ?

Regards,
Maya
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
GridView
Asked by
Auvo
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or