我在 WebGrid 的语法 gremlins 中挣扎。在我的普通剃须刀标记中,我像这样在我的 foreach 中格式化日期
<td>
@String.Format("{0:MM/dd/yy hh:mm:ss}", item.complianceedatetime)
</td>
我像这样设置我的列宽
<th width="150px">
Download Date/Time
</th>
我将如何使用 Grid.Column 语法来做到这一点
grid.Column("complianceedatetime", "Download Date/Time", ?, ?)