Hi guys
Kendo UI docs is very confusing - that's why I am struggling to find the way how to add extra parameter into the grid selection (serverSide filtering).
I want to show the list of the quotes for the selected product code.
I am doing on the Search button click
grid.dataSource.read({productCode: quotesProductCode.val() });
It works fine on the click, but grid has the paging and the parameter is wiped out. How to persist it until the user will clean up the filter?
Thanks