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.
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.
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
inApi.AspNetCore
so did that as well.