This question is locked. New answers and comments are not allowed.
I'm having an issue with the refreshing of a grid based on using the filters in the header column. I am able to initially select a date of "10/1/2010", click filter, and the grid returns the proper data. When I go back to change the filter date, I get the value of "/Date(1288587600000)/" instead of "10/1/2010" for the filter date per the attached screenshot. My column is defined as follows in the View.
Any help on getting this resolved would be greatly appreciated!
Thanks,
Scott
columns.Add(c => c.StartRun).Format("{0:M/d/yyyy}").Title("Start Run").Sortable(true).Filterable(true);Any help on getting this resolved would be greatly appreciated!
Thanks,
Scott