Completed
Last Updated: 12 Dec 2015 11:36 by ADMIN
ADMIN
Peter
Created on: 20 Nov 2012 08:05
Category: GridView
Type: Bug Report
0
FIX. RadGridView - GridTimePickerEditor format is not correctly taken from the GridDateTimeColumn FormatString property.
The GridTimePickerEditor format is not correctly taken from the GridDateTimeColumn FormatString property.

Workaround: 
Use the Format and CustomFormat properties.
2 comments
ADMIN
Ralitsa
Posted on: 12 Dec 2015 11:35
More information how to customize the format of date can be fount in our help on the following link:  http://www.telerik.com/help/winforms/gridview-columns-gridviewdatetimecolumn.html
ADMIN
Ivan Petrov
Posted on: 13 Nov 2015 14:00
The value of the FormatString property is used only when formatting the value inside the cell for display purposes. 
For editing, there are several properties that control the format of the value in the editor of a DateTime column:
Format - can be Long, Short, Time or Custom
CustomFormat - used when the Format property is set to Custom