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:@<text> @item.Date.ToString("MM/dd/yyyy")</text>)
PLease don't use magic format in ToString. You can set cultury in server or client. and use Date.ToShortDate()