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

NumericUpDown in grid loses focues on arrow click

1 Answer 40 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Gene
Top achievements
Rank 1
Gene asked on 20 May 2010, 08:25 PM
I have a numericUpDown control in a gridview and when I click on one of the arrows, the arrows go away and the cell isn't in edit mode anymore.  Any help is appreciated. 

                <telerik:GridViewDataColumn Header="X Coordinates" 
                        DataMemberBinding="{Binding XCoordinates, Mode=TwoWay}" 
                        TextAlignment="Right">  
                    <telerik:GridViewDataColumn.CellTemplate> 
                        <DataTemplate> 
                            <TextBlock Text="{Binding XCoordinates}" /> 
                        </DataTemplate> 
                    </telerik:GridViewDataColumn.CellTemplate> 
                    <telerik:GridViewDataColumn.CellEditTemplate> 
                        <DataTemplate> 
                            <telerik:RadNumericUpDown Maximum="10000" Minimum="0" ValueFormat="Numeric" 
                                    Value="{Binding XCoordinates, Mode=TwoWay}" /> 
                        </DataTemplate> 
                    </telerik:GridViewDataColumn.CellEditTemplate> 
                </telerik:GridViewDataColumn> 

1 Answer, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 26 May 2010, 10:54 AM
Hi Gene,

We tried to reproduce the issue but without success. Could you check this video and let us know if we have missed something ? Also, is it possible to upgrade your version to the latest one (521) and verify if the problem still occurs?

Best wishes,
Yordanka
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
NumericUpDown
Asked by
Gene
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Share this question
or