|
Title: re-apply combobox load filter Post by: devnull on February 14, 2015, 09:38:04 PM At the moment, I have several checkboxes for filter options, when a checkbox changes, the combobox reloads from the remote url by using the selected params from the checkboxes.
This works, but I would like to change this so that filtering is done locally, and the combo only loads once from the remote url when the page initially loads. Is is possible to re-apply the loadfilter after the data has been loaded so that I can use the loadfilter to filter based on my checkbox settings ? Title: Re: re-apply combobox load filter Post by: stworthy on February 15, 2015, 06:04:17 PM How do you reload the combobox data? Please describe it in more detail, or show some code snippets to demonstrate your issue.
Title: Re: re-apply combobox load filter Post by: devnull on February 15, 2015, 07:45:05 PM Hi;
It's OK, I have found a different method by loading and saving the data via ajax to a var, then change the filter, then apply reload to combo from the saved var. |