StefH / KendoGridBinderEx

This is a ModelBinder designed to consume an http request and build a json serializable object for the Kendo UI Grid datasource. AutoMapper is used to support mapping from ViewModel <> Entity.
MIT License
54 stars 24 forks source link

Bug fixes for issue #20 #21

Closed gordon-matt closed 7 years ago

gordon-matt commented 7 years ago

As the title suggests, these are bug fixes as discussed in issue #20. I also noticed that the binder type was not specified for the KendoGridApiRequest in Api.AspNetCore so did that as well.

StefH commented 7 years ago

Hi Gordon-Matt,

Thanks for this PR, I'll investigate in more detail at monday.