Harry McIntyre

Results 134 comments of Harry McIntyre

Thanks to @Sohra who made several contributions, the `vs2017` branch is in semi-working order. Not long now, need to - get some resources to load in the example project -...

Just need to update the docs now....

Ah I see the problem... the Common project shouldn't need to depend on MVC5 (and probably doesn't otherwise the standard build wouldn't work). I'll update the package when I get...

OK that dependency has been removed from the Common project

In light of the recent change that ASP.NET Core 2.0 won't run on NETfx I might remove the multitargeting to simplify things.

http://aspdatatables.azurewebsites.net/ ? Seems to work fine for me in Chrome

I don't have the time to work on this unfortunately, but what would be great would be if someone could implement this by: 1. Changing the [current Mvc based modelbinder](https://github.com/mcintyre321/mvc.jquery.datatables/blob/master/Mvc.JQuery.Datatables/DataTablesModelBinder.cs)...

It sounds like you may be using a Date filter when you should be using a DateTime filter. Or maybe you have data with time values, but want date only...

I haven't really used EF for a while, but I suspect you need a custom ValueConverter https://docs.microsoft.com/en-us/ef/core/modeling/value-conversions?tabs=data-annotations Another option might be https://docs.microsoft.com/en-us/ef/core/modeling/backing-field?tabs=data-annotations