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

ASP.net MVC Grid - Date Filtering Broken

1 Answer 64 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.
Travis
Top achievements
Rank 1
Travis asked on 22 Sep 2011, 07:09 PM
We are using the latest version of the Telerik Extensions for ASP.net MVC and we are getting errors when trying to filter a DateTime property:

Line: 8331
Error: Object doesn't support this property or method

The debugger seems to show the problem is this line:
if(h.indexOf("Date(")>-1)

What are we doing wrong?

Google Chrome also errors out, not just IE.

1 Answer, 1 is accepted

Sort by
0
Mike Douglas
Top achievements
Rank 1
answered on 23 Sep 2011, 03:35 PM
I ran into the same exact problem.  I found this other post with a hotfix that fixes the issue. 

http://www.telerik.com/community/forums/aspnet-mvc/grid/date-column-filtering-broken-on-demo-website.aspx

-Mike
Tags
Grid
Asked by
Travis
Top achievements
Rank 1
Answers by
Mike Douglas
Top achievements
Rank 1
Share this question
or