Kendo UI Grid ASP.NET MVC Wrapper ParameterMap -


is there way define parametermap option kendo ui grid via server side asp.net mvc wrappers?

i need change local time utc time before sending filter command server, , appears way it.

sort of...

you can specify string parametermap setting, , string can either javascript function directly, or name of javascript function found on page.

.parametermap("myparammapfunction");

or

.parametermap("function(data){ /* stuff data */}");


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -