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

DatePickerEditorSettings problem

1 Answer 66 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anton Samarin
Top achievements
Rank 1
Anton Samarin asked on 27 Feb 2009, 09:06 AM
Hello,
I added Telerik DatePicker in RadGridView. Then i select data from opening calendar it work fine. But if i write date in editor (for example 27.02.09 or 27.02.2009) and move to next cell (click Tab or mouseClick) setter for this cell don't call, but if i click again in datePicker cell (don't write something) and move to next cell setter call and set value, which i wrote.

I set binding in xaml so:
<telerik:GridViewDataColumn UniqueName="InvoiceDate" HeaderText="InvoiceDate"
                                                            DataMemberBinding="{Binding Path=InvoiceDate, 
                                                                ValidatesOnDataErrors=True, 
                                                                UpdateSourceTrigger=PropertyChanged, 
                                                                Mode=TwoWay}"
                                                             CellStyle="{StaticResource GridViewCellDefaultStyle}"
                                                    >
                                    <telerik:GridViewDataColumn.EditorSettings>
                                        <telerik:DatePickerEditorSettings></telerik:DatePickerEditorSettings>
                                    </telerik:GridViewDataColumn.EditorSettings>
                                </telerik:GridViewDataColumn>

Could you help resolved this problem.
Thanks.

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 02 Mar 2009, 11:58 AM
Hi Anton Samarin,

Thank you  for bringing this to our attention.

This seems to be a bug in our RadGridView control and we will do our best to fix it for the next version which will be released in the mid of this month. Also, note that entering data in the editor cell will work correctly if you confirm it with Enter instead of Tab.

Your Telerik points have been updated for your involevement.

Regards,
Rosi
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Anton Samarin
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or