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
Post a Comment