How do I show Date Format in Webgrid in MVC3 as \"MM/dd/yyyy\"?
you haven't shown any code so, im going to answer what i have got you can try
grid.Column("Date",format:@ @item.Date.ToString("MM/dd/yyyy"))