This question is locked. New answers and comments are not allowed.
Hello
I would like to pass a some parameter in URL:
http://localhost/Document/JobBegin?someParameter=%D1%82%D0%B5%D1%81%D1%82
When I set some filter in grid and then press button "Filter", my parameter encode:
http://localhost/Document/JobBegin?page=1&orderBy=~&filter=Number~eq~'test'&size=20&someParameter=ÑеÑÑ
How to solve this problem?