This is one of my column in the gridview to display StartDate:
column.Expression(i=> i.StartDate).Alignment(ColumnAlignmentCssType.Center).Title("Start Date");
How can i only display the Date without the time,,because right now its displaying date together with time.
thanks