-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nuget package update from 1.5.31 - DataTablesModelBinder #164
Comments
Thanks for bringing this to my attention. I'm pushing 1.5.34 now, for some
reason I had disabled the nuget push from master, hope there wasn't a good
reason... I'll try and test it ASAP
…On 13 Jun 2017 22:49, "Brent McSharry" ***@***.***> wrote:
I installed nuget package 1.5.31 (.net 4.5.1, NOT core), but the
DataTablesParam was not binding the sSearchValues array. When I downloaded
and included the relevant projects hosted on github, the binding worked
perfectly.
This makes me suspect that at the time the nuget package was uploaded,
there was an error within the DataTablesModelBinder code which has
subsequently been corrected or reverted to a prior working version. If this
is the case, could a new version be uploaded to nuget? Thank you.
As a small side note, the DataTablesModelBinder .BindModel method chooses
between bind v10 and bind legacy - would you be able to add a comment to
the code on what this refers to (exactly what version of what library) (I
had assumed datatables 1.10.x but this does not seem to be the case).
Thank you
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#164>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAQ0-lWH8HqP0TFOmkJXajXayT_mCqj-ks5sDwPpgaJpZM4N5IT0>
.
|
It looks like the model binder registration could be missing in your project. Check the files in app_start in your project |
yeah it seems the modelbinder class does not get downloaded with the nuget package. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed nuget package 1.5.31 (.net 4.5.1, NOT core), but the DataTablesParam was not binding the sSearchValues array. When I downloaded and included the relevant projects hosted on github, the binding worked perfectly.
This makes me suspect that at the time the nuget package was uploaded, there was an error within the DataTablesModelBinder code which has subsequently been corrected or reverted to a prior working version. If this is the case, could a new version be uploaded to nuget? Thank you.
As a small side note, the DataTablesModelBinder .BindModel method chooses between bind v10 and bind legacy - would you be able to add a comment to the code on what this refers to (exactly what version of what library) (I had assumed datatables 1.10.x but this does not seem to be the case).
Thank you
The text was updated successfully, but these errors were encountered: