Hi guys,
I’m working with a CListView and there are things, related to the client side part of it that I’d like to know.
I have a search page with a form (CFormModel) inside for an input text and a submit button.
When I click the submit, the content of the input is submitted and with this value I create a dataprovider for the listview, rendering the page with data.
When I click on a pagination link of the listview, a new request is made via AJAX, but this time the value of the input is not submitted, so the pagination doesn’t work.
I’d like to understand how the CListView ajax call is made, what parameters it uses and how i can interfere with it, for example to include more parameters. I cannot find any documentation about this client-side behaviour.
Thank you
Riccardo