Devexpress ASPxGridView中的Combobox列显示Datetime而不是Date

时间:2011-12-15 13:11:03

标签: asp.net devexpress

我做了一个列id GridView是从存储过程中查找的。存储过程正在连接两个表,并且queston中的日期是日期,而不是日期时间,但在GridView中它显示为日期+ 0:00:00。

知道如何解决这个问题吗?

(普通列日期很好,但这个查阅列是错误的。)

1 个答案:

答案 0 :(得分:1)

尝试使用DisplayFormatString:documentationdemo。对于一般日期和时间格式,字符串文档看起来here