Hello,
while getting grid I am using grid property [query] to pass some additional parameters to WebAPI. Is there a possibility to pass same grid parameters on grid export? I do not want to pass them with string. I want to get them in WebAPI using FromBodyAttribute (System.Web.Http).