Hi, I am using version 6.1-p20190721.
I have few SelectItems and Combobox in my application pages. All those SelectItems and Comboboxes have datasources attached with them. When i first click on the item, it fetches the data and smarGWT cache it at client side.
I wish to cache this data at application start. I tried DataSource.fetchData() but it says. "Operation Type fetch is not supported for this datasource". Please suggest how to achieve it?
I have few SelectItems and Combobox in my application pages. All those SelectItems and Comboboxes have datasources attached with them. When i first click on the item, it fetches the data and smarGWT cache it at client side.
I wish to cache this data at application start. I tried DataSource.fetchData() but it says. "Operation Type fetch is not supported for this datasource". Please suggest how to achieve it?
Comment