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

Type number twice to put in edit mode

1 Answer 29 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 22 Mar 2011, 04:51 PM

I have defined a masked currency column in a RadGridView that works properly once in edit mode, however, when a user tabs to the column they must type the first number they wish to enter twice.  The first number puts the column in edit mode but should go into edit mode right away as it does when I  use the GridViewDataColumn.  Is there a setting I am missing to accomplish this?

 

 

 

 

 

<telerik:GridViewMaskedTextBoxColumn UniqueName="InvoiceViewInvoiceDebit"

 

 

 

 

x:Name="InvoiceViewInvoiceDebit"

 

 

 

 

Header="Debit"

 

 

 

 

IsReadOnly="False"

 

 

 

 

IsCustomSortingEnabled="False"

 

 

 

 

MaskType="Numeric"

 

 

 

 

 

 

 

 

 

Mask="c"

 

 

 

 

 

 

 

 

 

DataMemberBinding="{Binding DebitAmount, StringFormat=\{0:c\}}" />

 

1 Answer, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 23 Mar 2011, 10:23 AM
Hello Christopher,

Thank you for reporting the problem.
We have logged it in our PITS system and you can track its status by following ID 5212

I have updated your Telerik points.
 
Kind regards,
Yordanka
the Telerik team
Tags
GridView
Asked by
Christopher
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Share this question
or