0
I have a combobox with pageSize: 20 pagination. And I have a checkbox that serves to filter some records from the combobox. The error occurs when before marching the checkbox I navigate between the pages of the combobox, and when doing the Reload it sends to my controller.Cs the start: 20 parameter, but when I filter it does not have 20 records from there is no information. I would like to know how and where I can set this start: 0 property when doing the store’s Reload that fills the combobox.