This question is locked. New answers and comments are not allowed.
I have a RadDateTimePicker in a grid and when user edit the cell, I create a cell with DateTimePicker and have the picker dialog open from the beginning. So, the date time picker dialog is open but when I click the cell to enter a date manually, it automatically closes the picker like I have clicked on Close button. I see the same behavior in the First Look sample (Silverlight 5 Telerik 2012 release) using VS2010. However, in the previous version, I'm able to edit the date and time and still have the date time picker dialog open. Is this a new behavior introduced in the 2012 version? What can I do in my code to work the same way as the old version?