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

[Solved] DateTimePicker in grid

4 Answers 60 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ben
Top achievements
Rank 1
Ben asked on 20 Mar 2012, 07:32 PM
After upgrading from 2011.3.1115 to 2011.3.1306 DateTimePicker controls no longer seem to bind to the grid model on edit. DatePicker controls work fine, and I can manually bind the DateTimePicker from the row's dataItem.

4 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 21 Mar 2012, 10:05 AM
Hello Ben,

This is a known issue from version 2012.1 214 and it will be fixed in the next internal release. For now I can suggest you to set the format of the DateTimePicker to the following :
.Format("M/d/yyyy h:mm:ss tt")
This format will be the default one in the next release.
I am sorry for the inconvenience.

All the best,
Petur Subev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Ben
Top achievements
Rank 1
answered on 02 Apr 2012, 04:12 PM
I was using a different version, 2011.3.1306 (2011.3.1115 did the same thing). I just switched to 2012.1.214 and tried using the format fix and that did not help.
0
Petur Subev
Telerik team
answered on 02 Apr 2012, 04:21 PM
Hello again Ben,

Could you please prepare a small sample project which replicates the issue so we can check for a solution ?

Kind regards,
Petur Subev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Ben
Top achievements
Rank 1
answered on 02 Apr 2012, 06:19 PM
In making the sample project I realized that it did work in that project. So looking into my original project I found that I had left some incomplete code in that was intended to solve my original problem and that was interfering. Sorry to waste your time, but thanks for the quick response.
Tags
Date/Time Pickers
Asked by
Ben
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Ben
Top achievements
Rank 1
Share this question
or