Hi,We are having a icon/button on the grid. By clicking on that button it loads data from table and shows into a autocomplete text box.We are having 10-20 thousands records in a table.But whenever we click on button it is taking about 1 minute to load all records.How can we cache or somehow store the table data on browser temporarily so that we can re-use it and load the data faster?Is there any other way to reduce the time taken by drop down to load the data?