I am using jqgrid and i have a filter row with dropdowns to allow people to choose from a list of items. I was thinking that it wastes a lot of cycles to load all of the dropdown given that people might not select any of these.
Is there anyway to defer the ajax call to get the dropdown until a person actually clicks on the arrow in the dropdown filter. I see that a few other grid libraries do this.