This question is locked. New answers and comments are not allowed.
I'm trying to filter a "DateTime?" column but I'm getting the following error on javascript:
Object Mon Jan 31 2011 00:00:00 GMT-0300 (E. South America Standard Time) has no method 'indexOf'
I'm using version 2011.2.712.340 for MVC3
I've added a format to the column cs.Bound(c => c.Date).Format("{0:dd/MM/yyyy}");
Object Mon Jan 31 2011 00:00:00 GMT-0300 (E. South America Standard Time) has no method 'indexOf'
I'm using version 2011.2.712.340 for MVC3
I've added a format to the column cs.Bound(c => c.Date).Format("{0:dd/MM/yyyy}");