This question is locked. New answers and comments are not allowed.
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
0
Hello Ben,
Petur Subev
the Telerik team
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.
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
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
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.