Grid.MVC date filter
问题 I have a model bound to grid.MVC, every other filter works fine apart from the date picker filter. I have added the grid.mvc.datepicker.css to the bundle and I am getting the date picker. There are no errors in any of the js and all the js files load properly And this is how I initiate the column in the view columns.Add(o => o.VoucherType.Expiry) .Titled("Expiry") .SetFilterWidgetType("") .Format("{0:dd/MM/yyyy}"); When I click on the date , nothing happens to the grid. 回答1: The problem is