This is a migrated thread and some comments may be shown as answers.

[Solved] Grid Showing Invalid Characters In Date Filter

1 Answer 90 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Scott
Top achievements
Rank 1
Scott asked on 17 Nov 2010, 06:36 PM
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.

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

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 18 Nov 2010, 08:13 AM
Hello Scott,

 We couldn't reproduce this issue in any of our online demos. Could you please attach a sample project to this thread which shows that problem? Thanks.

All the best,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Scott
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or