-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET MVC)SEV: Low
Milestone
Description
Bug report
Currently the DataSourceRequestModelBinder
does not validate the parameters when casting their values. Thus, when an invalid value is supplied, an exception is thrown.
Reproduction of the problem
Send a request with pageSize
parameter that exceeds the maximum int value.
Current behavior
Value was either too large or too small for an Int32
is thrown.
Expected/desired behavior
No exception should be thrown.
Environment
- Kendo UI version: 202x.r.ddd
- jQuery version: x.y
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Metadata
Metadata
Assignees
Labels
BugFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET MVC)SEV: Low