This question is locked. New answers and comments are not allowed.
Hi, I'm trying to get datetimepicker into the grid filter, exactly like http://www.telerik.com/community/forums/aspnet-mvc/grid/datetime-column-sort-and-filter-don-t-work-as-expected-together.aspx
Has the suggestion been implemented? If so, it says to use [DataType(DataType.DateTime)] but my columns are created by binding manually to a Type, and that Type is created dynamically, so there's no annotations.
If not, how do I get a datetime picker into a grid filter?
Thanks
Has the suggestion been implemented? If so, it says to use [DataType(DataType.DateTime)] but my columns are created by binding manually to a Type, and that Type is created dynamically, so there's no annotations.
If not, how do I get a datetime picker into a grid filter?
Thanks