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

[Solved] problem about DatePickerColumn

2 Answers 81 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jingmeng
Top achievements
Rank 1
Jingmeng asked on 03 Dec 2010, 12:20 AM
hey all, i have some troubles with using datepickercolumn, actually, i think this should be a bug, what i did is when i type a date instead select one in datepicker control( in that column), and after that, i do "Tab" to move to next column, datepickercolumn is not update, the cell keep blank, i go check GridView_CellEditEnded event, and found e.OldData is string.empty and new e.NewData is null, (e.EditingElement as RadDatePicker).CurrentDateTimeText is the date i typed, e.cell.value is string.empty as well. i do try rewrite set e.cell.value as (e.EditingElement as RadDatePicker).CurrentDateTimeText, but it's not update to UI, any suggestion for that?

best regards
MENG

2 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 06 Dec 2010, 10:32 AM
Hi Jingmeng,

What is the RadGridView bound to?
What about the underlying property - can you paste some code please?

Best wishes,
Veselin Vasilev
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Jingmeng
Top achievements
Rank 1
answered on 07 Dec 2010, 05:46 AM
thanx for reply, i have fixed that problem.
Tags
GridView
Asked by
Jingmeng
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Jingmeng
Top achievements
Rank 1
Share this question
or