This question is locked. New answers and comments are not allowed.
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
best regards
MENG