Hello,
in my application I am using different filter types. Filtering in Excel and Checkbox filter types is working correctly, bus with Menu type filter it is not correctly in all cases.
When I am inserting data into filter like string type, I am getting request to WebAPI, but this request is without my additional parameters which I am adding in grid property query.
I get The Request Failed:
Because no additional parameters where passed:
While in all other requests (with different filter types and on filter button click after adding text there are additional parameters in request):
How can I add these additional parameters in this case?