Hi,
I have a sortable, pageable, filterable ajax binding grid with an external search panel inputs and a search button and i need to include these inputs values to
every grid sort, paging and filter actions.
So i need to pass the search input values to the server read action method on every action mentioned above and after that i need to add them to
the DataSourceRequest.Filters object property.
I have search the internet especially for the first part of the issue, and i was able to send additional parameter to the action method as explained
in your documentation but the the additional parameter get send on the first call only, i don't now if is the default behavior.
Any help.
I have a sortable, pageable, filterable ajax binding grid with an external search panel inputs and a search button and i need to include these inputs values to
every grid sort, paging and filter actions.
So i need to pass the search input values to the server read action method on every action mentioned above and after that i need to add them to
the DataSourceRequest.Filters object property.
I have search the internet especially for the first part of the issue, and i was able to send additional parameter to the action method as explained
in your documentation but the the additional parameter get send on the first call only, i don't now if is the default behavior.
Any help.