You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
The ModelBinder completely stops processing columns if a column is not found in the query; however, a column may be simply skipped inside the query with more sorting options following.
The line should be: if (!Parse<int>(sortField, out _sortField)) continue;
The ModelBinder completely stops processing columns if a column is not found in the query; however, a column may be simply skipped inside the query with more sorting options following.
The line should be:
if (!Parse<int>(sortField, out _sortField)) continue;
datatables.aspnet/src/DataTables.AspNet.Mvc5/ModelBinder.cs
Line 190 in 2eaa120
The text was updated successfully, but these errors were encountered: